]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add NEWS entry for issue #18810
authorBrett Cannon <brett@python.org>
Fri, 18 Oct 2013 17:29:04 +0000 (13:29 -0400)
committerBrett Cannon <brett@python.org>
Fri, 18 Oct 2013 17:29:04 +0000 (13:29 -0400)
Misc/NEWS

index cc7906d35064a8561816e5fab6059d9cf1d6d2bb..ffd8433a7dca5559daa709db25c2522f8c348fe0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,11 @@ Projected release date: 2013-10-20
 Core and Builtins
 -----------------
 
+- Issue #18810: Shift stat calls in importlib.machinery.FileFinder such that
+  the code is optimistic that if something exists in a directory named exactly
+  like the possible package being searched for that it's in actuality a
+  directory.
+
 - Issue #18416: importlib.machinery.PathFinder now treats '' as the cwd and
   importlib.machinery.FileFinder no longer special-cases '' to '.'. This leads
   to modules imported from cwd to now possess an absolute file path for