commit | 637431bf145a4e35458219c18db843a054e0adf3 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 03 23:12:42 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 03 23:12:42 2005 +0000 |
tree | 4e8279725ed34c2fe1db28010f52142fccd5faf3 | |
parent | c9f852512c221ebd377233e1ed92364d9dd0aecf [diff] [blame] |
Patch #1103407: Properly deal with tarfile iterators when untarring symbolic links on Windows. Fixes #1100429. Will backport to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS index c6033de..4eb7bb1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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.