[Python-checkins] python/dist/src/Misc NEWS,1.1122,1.1123

jlgijsbers at users.sourceforge.net jlgijsbers at users.sourceforge.net
Mon Aug 30 16:13:08 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7303/Misc

Modified Files:
	NEWS 
Log Message:
Patch #934356: if a module defines __all__, believe that rather than using
heuristics for filtering out imported names.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1122
retrieving revision 1.1123
diff -u -d -r1.1122 -r1.1123
--- NEWS	30 Aug 2004 10:19:56 -0000	1.1122
+++ NEWS	30 Aug 2004 14:13:04 -0000	1.1123
@@ -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().
 



More information about the Python-checkins mailing list