[Python-checkins] python/dist/src/Misc NEWS,1.1031,1.1032

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Jul 10 22:42:25 CEST 2004


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

Modified Files:
	NEWS 
Log Message:
Make ntpath compress multiple slashes between drive letter and the rest of the
path.  Also clarifies UNC handling and adds appropriate tests.

Applies patch #988607 to fix bug #980327.  Thanks Paul Moore.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1031
retrieving revision 1.1032
diff -C2 -d -r1.1031 -r1.1032
*** NEWS	10 Jul 2004 19:13:42 -0000	1.1031
--- NEWS	10 Jul 2004 20:42:22 -0000	1.1032
***************
*** 27,30 ****
--- 27,34 ----
  -------
  
+ - Bug #980327: ntpath not handles compressing erroneous slashes between the
+   drive letter and the rest of the path.  Also clearly handles UNC addresses now
+   as well.  Thanks Paul Moore.
+ 
  - bug #679953: zipfile.py should now work for files over 2 GB.  The packed data
    for file sizes (compressed and uncompressed) was being stored as signed



More information about the Python-checkins mailing list