summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-05-10 16:26:03 (GMT)
committerGeorg Brandl <georg@python.org>2006-05-10 16:26:03 (GMT)
commit38c6a22f38a249d107691a79f2b16a62ba8c73be (patch)
treeaaa9629e2218d3098330ab19364c6981e36d7377 /Misc
parentf8d9a97ba2d673ef996e9f0bb0dbe7b29a7a4b1d (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ab84dbf..401f5d9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.