YouCompleteMe/python
micbou 6e8aeeac15
Catch ConnectionError instead of ConnectTimeout
On non-Windows platforms, a ConnectionError exception is raised instead
of a ConnectTimeout one when the connection cannot be established (e.g.
the server crashed). Since the latter is a subclass of the former, we
only need to catch ConnectionError.
2017-01-27 03:33:43 +01:00
..
ycm Catch ConnectionError instead of ConnectTimeout 2017-01-27 03:33:43 +01:00
test_requirements.txt Add Flake8 requirement for Python 2.6 and 3.3 2016-12-18 16:31:29 +01:00