[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.28, 1.1193.2.29

loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri Mar 4 00:15:10 CET 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Patch #1103407: Properly deal with tarfile iterators when untarring
symbolic links on Windows. Fixes #1100429.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.28
retrieving revision 1.1193.2.29
diff -u -d -r1.1193.2.28 -r1.1193.2.29
--- NEWS	3 Mar 2005 16:55:47 -0000	1.1193.2.28
+++ NEWS	3 Mar 2005 23:15:04 -0000	1.1193.2.29
@@ -40,6 +40,9 @@
 Library
 -------
 
+- Patch #1103407: Properly deal with tarfile iterators when untarring
+  symbolic links on Windows.
+
 - Patch #1117454: Remove code to special-case cookies without values
   in LWPCookieJar.
 



More information about the Python-checkins mailing list