summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-01-05 23:19:43 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-01-05 23:19:43 (GMT)
commitb9ef4aea5eac30cfdd56578f7225e6e6907b0055 (patch)
tree4f89d18e82250f6ddf99e6f1ad76345ec6fb00c2 /Misc/NEWS
parent6d23b170cf7c849e61195ebc2ede3bcd3428a909 (diff)
downloadcpython-b9ef4aea5eac30cfdd56578f7225e6e6907b0055.zip
cpython-b9ef4aea5eac30cfdd56578f7225e6e6907b0055.tar.gz
cpython-b9ef4aea5eac30cfdd56578f7225e6e6907b0055.tar.bz2
SF #651082, tarfile module implementation from Lars Gustäbel
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8bc29a6..3051110 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,10 @@ Library
It is also exported for ntpath, macpath, and os2emxpath.
See SF bug #659228.
+- New module tarfile from Lars Gustäbel provides a comprehensive interface
+ to tar archive files with transparent gzip and bzip2 compression.
+ See SF patch #651082.
+
Tools/Demos
-----------