diff options
author | Johannes Gijsbers <jlg@dds.nl> | 2004-08-30 14:13:04 (GMT) |
---|---|---|
committer | Johannes Gijsbers <jlg@dds.nl> | 2004-08-30 14:13:04 (GMT) |
commit | 4c11f6088af5c2b3b97ed4352df3e39c4c7c9732 (patch) | |
tree | 512ab204ea6370670e6c8acea6953ddc1cccf2fb /Misc | |
parent | d2a1aa4b1e6f8d152799737ae0b7c6cb1a213bbe (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(). |