[Python-checkins] python/dist/src/Misc NEWS,1.1295,1.1296
birkenfeld@users.sourceforge.net
birkenfeld at users.sourceforge.net
Fri Jun 3 16:28:57 CEST 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8326/Misc
Modified Files:
NEWS
Log Message:
Bug #1213894: os.path.realpath didn't resolve symlinks that were the first
component of the path.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1295
retrieving revision 1.1296
diff -u -d -r1.1295 -r1.1296
--- NEWS 2 Jun 2005 13:09:26 -0000 1.1295
+++ NEWS 3 Jun 2005 14:28:50 -0000 1.1296
@@ -136,6 +136,9 @@
Library
-------
+- Bug #1213894: os.path.realpath didn't resolve symlinks that were the first
+ component of the path.
+
- Patch #1120353: The xmlrpclib module provides better, more transparent,
support for datetime.{datetime,date,time} objects. With use_datetime set
to True, applications shouldn't have to fiddle with the DateTime wrapper
More information about the Python-checkins
mailing list