commit | b6e2556d8fbd172181aac09b7536563635af63a9 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Nov 21 12:19:28 2014 -0500 |
committer | Brett Cannon <brett@python.org> | Fri Nov 21 12:19:28 2014 -0500 |
tree | 07dcdf2a20ae9d8c82ead835491ab6ed7eccfaaa | |
parent | 8314690a26501b3693f9a1f18c85f240a6c973bb [diff] |
Issue #22834: Have import suppress FileNotFoundError when the current working directory no longer exists. Thanks to Martin Panter for the bug report.