commit | 5dbdc59577e0eff59d0ec7a58f0510ef6f4f2051 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Aug 27 10:07:56 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Aug 27 10:07:56 2005 +0000 |
tree | f51af9a38db96196bd3059030bf9125aa2533bdd | |
parent | 9e34c047325651853a95f95e538582a4f6d5b7f6 [diff] [blame] |
Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. Will backport to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS index 75a21b7..a9abb77 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -204,6 +204,8 @@ Library ------- +- Bug #1167128: Fix size of a symlink in a tarfile to be 0. + - Patch #810023: Fix off-by-one bug in urllib.urlretrieve reporthook functionality.