summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-12-06 22:21:23 (GMT)
committerGeorg Brandl <georg@python.org>2006-12-06 22:21:23 (GMT)
commit25f58f6b5acb98b58e45714384f1549b61212bb1 (patch)
treefc81265846aa7a7d31bcc37b9241104f2a427846 /Misc/NEWS
parent19d12d4cea1c235b040474a2178c34e090a3756b (diff)
downloadcpython-25f58f6b5acb98b58e45714384f1549b61212bb1.zip
cpython-25f58f6b5acb98b58e45714384f1549b61212bb1.tar.gz
cpython-25f58f6b5acb98b58e45714384f1549b61212bb1.tar.bz2
Patch #1610437: fix a tarfile bug with long filename headers.
(backport from rev. 52938)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 35960e0..c9ca095 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -110,6 +110,8 @@ Extension Modules
Library
-------
+- Patch #1610437: fix a tarfile bug with long filename headers.
+
- Patch #1472877: Fix Tix subwidget name resolution.
- Patch #1594554: Always close a tkSimpleDialog on ok(), even