mirror of
https://github.com/torproject/stem.git
synced 2024-12-02 07:16:19 +00:00
4164c7a620
PEP 3151 deprecated IOError... https://www.python.org/dev/peps/pep-3151/#confusing-set-of-os-related-exceptions Python 3.3 turned IOError into an OSError alias, so this commit shouldn't impact our users... >>> raise OSError('boom') Traceback (most recent call last): File "<stdin>", line 1, in <module> OSError: boom >>> raise IOError('boom') Traceback (most recent call last): File "<stdin>", line 1, in <module> OSError: boom |
||
---|---|---|
.. | ||
integ | ||
unit | ||
__init__.py | ||
arguments.py | ||
mypy.ini | ||
network.py | ||
output.py | ||
require.py | ||
runner.py | ||
settings.cfg | ||
task.py |