mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
SF #651082, tarfile module implementation from Lars Gustäbel
This commit is contained in:
parent
6d23b170cf
commit
b9ef4aea5e
8 changed files with 2637 additions and 0 deletions
|
@ -196,6 +196,7 @@ Eddy De Greef
|
|||
Duncan Grisby
|
||||
Dag Gruneau
|
||||
Michael Guravage
|
||||
Lars Gustäbel
|
||||
Barry Haddow
|
||||
Paul ten Hagen
|
||||
Rasmus Hahn
|
||||
|
|
|
@ -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
|
||||
-----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue