[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.73, 1.1193.2.74

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Mon Aug 22 20:07:14 CEST 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
backport bug #1266283: add lexists to os.path.__all__



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.73
retrieving revision 1.1193.2.74
diff -u -d -r1.1193.2.73 -r1.1193.2.74
--- NEWS	15 Aug 2005 17:35:43 -0000	1.1193.2.73
+++ NEWS	22 Aug 2005 18:07:04 -0000	1.1193.2.74
@@ -63,6 +63,8 @@
 Library
 -------
 
+- Bug #1266283: "lexists" is now in os.path.__all__.
+
 - The sets module can now properly compute s-=s and s^=s as an empty set.
 
 - Patch #827386: Support absolute source paths in msvccompiler.py.



More information about the Python-checkins mailing list