[Python-checkins] python/dist/src/Misc NEWS,1.1261,1.1262
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Fri Mar 4 00:12:45 CET 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17730/Misc
Modified Files:
NEWS
Log Message:
Patch #1103407: Properly deal with tarfile iterators when untarring
symbolic links on Windows. Fixes #1100429. Will backport to 2.4.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1261
retrieving revision 1.1262
diff -u -d -r1.1261 -r1.1262
--- NEWS 3 Mar 2005 23:00:20 -0000 1.1261
+++ NEWS 3 Mar 2005 23:12:32 -0000 1.1262
@@ -72,6 +72,9 @@
Library
-------
+- Patch #1103407: Properly deal with tarfile iterators when untarring
+ symbolic links on Windows.
+
- Patch #645894: Use getrusage for computing the time consumption in
profile.py if available.
More information about the Python-checkins
mailing list