We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622d3a1 commit b2b1190Copy full SHA for b2b1190
1 file changed
Doc/library/importlib.rst
@@ -616,8 +616,7 @@ ABC hierarchy::
616
path. Any intermediate directories which do not exist are to be created
617
automatically.
618
619
- When writing to the path fails by raising an :class:`OSError` (e.g.,
620
- the path is read-only (:const:`errno.EACCES`/:exc:`PermissionError`)
+ When writing to the path fails by raising an :class:`OSError`
621
or a :class:`ValueError`, the exception is not propagated.
622
623
.. versionchanged:: 3.4
0 commit comments