summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorJohannes Gijsbers <jlg@dds.nl>2004-08-30 14:13:04 (GMT)
committerJohannes Gijsbers <jlg@dds.nl>2004-08-30 14:13:04 (GMT)
commit4c11f6088af5c2b3b97ed4352df3e39c4c7c9732 (patch)
tree512ab204ea6370670e6c8acea6953ddc1cccf2fb /Misc/NEWS
parentd2a1aa4b1e6f8d152799737ae0b7c6cb1a213bbe (diff)
downloadcpython-4c11f6088af5c2b3b97ed4352df3e39c4c7c9732.zip
cpython-4c11f6088af5c2b3b97ed4352df3e39c4c7c9732.tar.gz
cpython-4c11f6088af5c2b3b97ed4352df3e39c4c7c9732.tar.bz2
Patch #934356: if a module defines __all__, believe that rather than using
heuristics for filtering out imported names.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1cab304..2478056 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,6 +79,9 @@ Extension modules
Library
-------
+- Patch #934356: if a module defines __all__, believe that rather than using
+ heuristics for filtering out imported names.
+
- Patch #941486: added os.path.lexists(), which returns True for broken
symlinks, unlike os.path.exists().