commit | 4c11f6088af5c2b3b97ed4352df3e39c4c7c9732 | [log] [tgz] |
---|---|---|
author | Johannes Gijsbers <jlg@dds.nl> | Mon Aug 30 14:13:04 2004 +0000 |
committer | Johannes Gijsbers <jlg@dds.nl> | Mon Aug 30 14:13:04 2004 +0000 |
tree | 512ab204ea6370670e6c8acea6953ddc1cccf2fb | |
parent | d2a1aa4b1e6f8d152799737ae0b7c6cb1a213bbe [diff] [blame] |
Patch #934356: if a module defines __all__, believe that rather than using heuristics for filtering out imported names.
diff --git a/Misc/NEWS b/Misc/NEWS index 1cab304..2478056 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -79,6 +79,9 @@ 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().