Merge master into features

This commit is contained in:
Daniel Hahler
2019-08-05 19:12:32 +02:00
8 changed files with 106 additions and 29 deletions

View File

@@ -0,0 +1 @@
Fix RuntimeError/StopIteration when trying to collect package with "__init__.py" only.

View File

@@ -0,0 +1 @@
Replace manual handling of ``OSError.errno`` in the codebase by new ``OSError`` subclasses (``PermissionError``, ``FileNotFoundError``, etc.).