##// END OF EJS Templates
py3: catch specific OSError subclasses instead of checking errno...
py3: catch specific OSError subclasses instead of checking errno Contrary to the previous changesets in this series, this covers cases where errno was checked for multiple values. EACCES -> PermissionError ENOENT -> FileNotFoundError ENOTDIR -> NotADirectoryError EISDIR -> IsADirectoryError

File last commit:

r16438:28a90cdf default
r50205:050dc873 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer