| commit | b9ef4aea5eac30cfdd56578f7225e6e6907b0055 | [log] [tgz] |
|---|---|---|
| author | Neal Norwitz <nnorwitz@gmail.com> | Sun Jan 05 23:19:43 2003 +0000 |
| committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Jan 05 23:19:43 2003 +0000 |
| tree | 4f89d18e82250f6ddf99e6f1ad76345ec6fb00c2 | |
| parent | 6d23b170cf7c849e61195ebc2ede3bcd3428a909 [diff] [blame] |
SF #651082, tarfile module implementation from Lars Gustäbel
diff --git a/Misc/NEWS b/Misc/NEWS index 8bc29a6..3051110 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -63,6 +63,10 @@ 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 -----------