diff options
author | Georg Brandl <georg@python.org> | 2006-12-06 22:21:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-12-06 22:21:18 (GMT) |
commit | 87fa5594790fda836c8a59708de60513430c0328 (patch) | |
tree | f8f2676661834478a3ef49f76c28f71084b01d34 /Misc | |
parent | 0a286d0b538478e490e6f85ae3339e4bd6846953 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |