[Python-checkins] python/dist/src/Misc NEWS,1.1336,1.1337
birkenfeld@users.sourceforge.net
birkenfeld at users.sourceforge.net
Mon Aug 22 20:03:10 CEST 2005
- Previous message: [Python-checkins] python/dist/src/Lib macpath.py, 1.51, 1.52 ntpath.py, 1.62, 1.63 os2emxpath.py, 1.14, 1.15 posixpath.py, 1.74, 1.75
- Next message: [Python-checkins] python/dist/src/Misc NEWS, 1.1193273, 1.1193274
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11240/Misc
Modified Files:
NEWS
Log Message:
Bug #1266283: lexists() is not exported from os.path
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1336
retrieving revision 1.1337
diff -u -d -r1.1336 -r1.1337
--- NEWS 21 Aug 2005 14:16:03 -0000 1.1336
+++ NEWS 22 Aug 2005 18:02:59 -0000 1.1337
@@ -1692,6 +1692,8 @@
Library
-------
+- Bug #1266283: The new function "lexists" is now in os.path.__all__.
+
- Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects
the documented behavior: the function passed to the onerror()
handler can now also be os.listdir.
- Previous message: [Python-checkins] python/dist/src/Lib macpath.py, 1.51, 1.52 ntpath.py, 1.62, 1.63 os2emxpath.py, 1.14, 1.15 posixpath.py, 1.74, 1.75
- Next message: [Python-checkins] python/dist/src/Misc NEWS, 1.1193273, 1.1193274
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list