]> granicus.if.org Git - python/commit
Issue #16730: Don't raise an exception in
authorBrett Cannon <brett@python.org>
Fri, 11 Jan 2013 20:40:12 +0000 (15:40 -0500)
committerBrett Cannon <brett@python.org>
Fri, 11 Jan 2013 20:40:12 +0000 (15:40 -0500)
commita9976b3e32b612e33dc9f6d8874a88d028de7424
treeee962bc60d43e5702d88347cebd3a4aa4a00f515
parent8762595ef3fd807a67be4a97e0e5815d2abb0521
Issue #16730: Don't raise an exception in
importlib.machinery.FileFinder when the directory has become
unreadable or a file. This brings semantics in line with Python 3.2
import.

Reported and diagnosed by David Pritchard.
Lib/importlib/_bootstrap.py
Lib/test/test_importlib/source/test_finder.py
Misc/NEWS
Python/importlib.h