commit | 25f58f6b5acb98b58e45714384f1549b61212bb1 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Dec 06 22:21:23 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Dec 06 22:21:23 2006 +0000 |
tree | fc81265846aa7a7d31bcc37b9241104f2a427846 | |
parent | 19d12d4cea1c235b040474a2178c34e090a3756b [diff] |
Patch #1610437: fix a tarfile bug with long filename headers. (backport from rev. 52938)
diff --git a/Misc/NEWS b/Misc/NEWS index 35960e0..c9ca095 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -110,6 +110,8 @@ 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