[Python-checkins] cpython: Add NEWS entry for issue #18810

brett.cannon python-checkins at python.org
Fri Oct 18 19:29:11 CEST 2013


http://hg.python.org/cpython/rev/9895a9c20e8a
changeset:   86445:9895a9c20e8a
user:        Brett Cannon <brett at python.org>
date:        Fri Oct 18 13:29:04 2013 -0400
summary:
  Add NEWS entry for issue #18810

files:
  Misc/NEWS |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,11 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list