SF #651082, tarfile module implementation from Lars Gustäbel

This commit is contained in:
Neal Norwitz 2003-01-05 23:19:43 +00:00
parent 6d23b170cf
commit b9ef4aea5e
8 changed files with 2637 additions and 0 deletions

View file

@ -196,6 +196,7 @@ Eddy De Greef
Duncan Grisby
Dag Gruneau
Michael Guravage
Lars Gustäbel
Barry Haddow
Paul ten Hagen
Rasmus Hahn

View file

@ -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
-----------