diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-08-27 10:08:21 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-08-27 10:08:21 (GMT) |
commit | bd94eb52d17f8fddd6e60d87b6bce5354a297cf2 (patch) | |
tree | 3a128ddbe8105df785b5fdf6468d80246d81bb9e /Misc | |
parent | 6cff8cd254fdc553b615980ac36722dddbe995aa (diff) | |
download | cpython-bd94eb52d17f8fddd6e60d87b6bce5354a297cf2.zip cpython-bd94eb52d17f8fddd6e60d87b6bce5354a297cf2.tar.gz cpython-bd94eb52d17f8fddd6e60d87b6bce5354a297cf2.tar.bz2 |
Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -79,6 +79,8 @@ Extension Modules 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. |