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

jlgijsbers at users.sourceforge.net jlgijsbers at users.sourceforge.net
Mon Aug 30 12:20:07 CEST 2004


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

Modified Files:
	NEWS 
Log Message:
Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob.




Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1121
retrieving revision 1.1122
diff -u -d -r1.1121 -r1.1122
--- NEWS	30 Aug 2004 06:14:23 -0000	1.1121
+++ NEWS	30 Aug 2004 10:19:56 -0000	1.1122
@@ -79,6 +79,9 @@
 Library
 -------
 
+- Patch #941486: added os.path.lexists(), which returns True for broken
+  symlinks, unlike os.path.exists().
+
 - the random module now uses os.urandom() for seeding if it is available.
   Added a new generator based on os.urandom().
 



More information about the Python-checkins mailing list