Add tarfile module
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 7 Jan 2003 00:07:19 +0000 (00:07 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 7 Jan 2003 00:07:19 +0000 (00:07 +0000)
Doc/whatsnew/whatsnew23.tex

index 2a08c495e8c49a1820c8a651393c7a2671133d1c..9908881ee233329f6a7c7fa0762dd7deee27f007 100644 (file)
@@ -1473,6 +1473,10 @@ Sockets Library (SSL) support.
 \item The value of the C \constant{PYTHON_API_VERSION} macro is now exposed
 at the Python level as \code{sys.api_version}.
 
+\item The new \module{tarfile} module 
+allows reading from and writing to \command{tar}-format archive files.
+(Contributed by Lars Gust\"abel.)
+
 \item The new \module{textwrap} module contains functions for wrapping
 strings containing paragraphs of text.  The \function{wrap(\var{text},
 \var{width})} function takes a string and returns a list containing