Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catch OSError also with errno=None (#392)
In Windows might OSError(errno = None) be raised instead of the already catched exceptions in some cases (depending on the Python version) Fixes #391
- Loading branch information