summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-12-06 22:21:18 (GMT)
committerGeorg Brandl <georg@python.org>2006-12-06 22:21:18 (GMT)
commit87fa5594790fda836c8a59708de60513430c0328 (patch)
treef8f2676661834478a3ef49f76c28f71084b01d34 /Misc
parent0a286d0b538478e490e6f85ae3339e4bd6846953 (diff)
downloadcpython-87fa5594790fda836c8a59708de60513430c0328.zip
cpython-87fa5594790fda836c8a59708de60513430c0328.tar.gz
cpython-87fa5594790fda836c8a59708de60513430c0328.tar.bz2
Patch #1610437: fix a tarfile bug with long filename headers.
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 856ee4c..648d09a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,8 @@ Core and builtins
Library
-------
+- Patch #1610437: fix a tarfile bug with long filename headers.
+
- Patch #1371075: Make ConfigParser accept optional dict type
for ordering, sorting, etc.