]> granicus.if.org Git - python/commit
Issue #22834: Have import suppress FileNotFoundError when the current
authorBrett Cannon <brett@python.org>
Fri, 21 Nov 2014 17:19:28 +0000 (12:19 -0500)
committerBrett Cannon <brett@python.org>
Fri, 21 Nov 2014 17:19:28 +0000 (12:19 -0500)
commitb6e2556d8fbd172181aac09b7536563635af63a9
tree07dcdf2a20ae9d8c82ead835491ab6ed7eccfaaa
parent8314690a26501b3693f9a1f18c85f240a6c973bb
Issue #22834: Have import suppress FileNotFoundError when the current
working directory no longer exists.

Thanks to Martin Panter for the bug report.
Doc/library/importlib.rst
Doc/reference/import.rst
Doc/whatsnew/3.5.rst
Lib/importlib/_bootstrap.py
Lib/test/test_importlib/import_/test_path.py
Misc/NEWS
Python/importlib.h