[Python-checkins] python/dist/src/Misc NEWS,1.981,1.982
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Wed Jun 2 05:57:59 EDT 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20167/Misc
Modified Files:
NEWS
Log Message:
Patch #954115: Fix os.stat handling of UNC roots.
Will backport to 2.3.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.981
retrieving revision 1.982
diff -C2 -d -r1.981 -r1.982
*** NEWS 1 Jun 2004 15:22:41 -0000 1.981
--- NEWS 2 Jun 2004 09:57:55 -0000 1.982
***************
*** 211,214 ****
--- 211,216 ----
-----------------
+ - nt now properly allows to refer to UNC roots, e.g. in nt.stat().
+
- the weakref module now supports additional objects: array.array,
sre.pattern_objects, file objects, and sockets.
More information about the Python-checkins
mailing list