commit | 87fa5594790fda836c8a59708de60513430c0328 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Dec 06 22:21:18 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Dec 06 22:21:18 2006 +0000 |
tree | f8f2676661834478a3ef49f76c28f71084b01d34 | |
parent | 0a286d0b538478e490e6f85ae3339e4bd6846953 [diff] [blame] |
Patch #1610437: fix a tarfile bug with long filename headers.
diff --git a/Misc/NEWS b/Misc/NEWS index 856ee4c..648d09a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -101,6 +101,8 @@ Library ------- +- Patch #1610437: fix a tarfile bug with long filename headers. + - Patch #1371075: Make ConfigParser accept optional dict type for ordering, sorting, etc.