diff options
author | Georg Brandl <georg@python.org> | 2006-05-10 16:26:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-05-10 16:26:03 (GMT) |
commit | 38c6a22f38a249d107691a79f2b16a62ba8c73be (patch) | |
tree | aaa9629e2218d3098330ab19364c6981e36d7377 /Misc | |
parent | f8d9a97ba2d673ef996e9f0bb0dbe7b29a7a4b1d (diff) | |
download | cpython-38c6a22f38a249d107691a79f2b16a62ba8c73be.zip cpython-38c6a22f38a249d107691a79f2b16a62ba8c73be.tar.gz cpython-38c6a22f38a249d107691a79f2b16a62ba8c73be.tar.bz2 |
Patch #1484695: Update the tarfile module to version 0.8. This fixes
a couple of issues, notably handling of long file names using the
GNU LONGNAME extension.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -96,6 +96,10 @@ Extension Modules Library ------- +- Patch #1484695: Update the tarfile module to version 0.8. This fixes + a couple of issues, notably handling of long file names using the + GNU LONGNAME extension. + - Patch #1478292. ``doctest.register_optionflag(name)`` shouldn't create a new flag when ``name`` is already the name of an option flag. |