[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.112,
1.831.4.113
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Wed Jun 2 06:07:34 EDT 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21802/Misc
Modified Files:
Tag: release23-maint
NEWS
Log Message:
Patch #954115: Fix os.stat handling of UNC roots.
Closes #513572.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.112
retrieving revision 1.831.4.113
diff -C2 -d -r1.831.4.112 -r1.831.4.113
*** NEWS 25 May 2004 18:36:41 -0000 1.831.4.112
--- NEWS 2 Jun 2004 10:07:00 -0000 1.831.4.113
***************
*** 8,11 ****
--- 8,21 ----
===================================
+ *Release date: xx-xxx-2004*
+
+ Extension modules
+ -----------------
+
+ - Patch #954115: Properly handle UNC roots in nt.stat.
+
+ What's New in Python 2.3.4 (final)?
+ ===================================
+
*Release date: 27-May-2004*
More information about the Python-checkins
mailing list