summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-10-18 17:29:04 (GMT)
committerBrett Cannon <brett@python.org>2013-10-18 17:29:04 (GMT)
commit1830601cc12118af03a826fad2ef930194cd2c8b (patch)
treea376213e84baa82c692d607bf52b95f24c6afbb5 /Misc
parent58f56804629e177e3d05c45542cd793c3177de40 (diff)
downloadcpython-1830601cc12118af03a826fad2ef930194cd2c8b.zip
cpython-1830601cc12118af03a826fad2ef930194cd2c8b.tar.gz
cpython-1830601cc12118af03a826fad2ef930194cd2c8b.tar.bz2
Add NEWS entry for issue #18810
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cc7906d..ffd8433 100644
--- 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