summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-08-27 10:08:21 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-08-27 10:08:21 (GMT)
commitbd94eb52d17f8fddd6e60d87b6bce5354a297cf2 (patch)
tree3a128ddbe8105df785b5fdf6468d80246d81bb9e /Misc
parent6cff8cd254fdc553b615980ac36722dddbe995aa (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 69a5686..9ea848b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.