diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-01-07 00:07:19 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-01-07 00:07:19 (GMT) |
commit | 674b0bfde6895cbc5039f2fc9377dec1371f987b (patch) | |
tree | 2f101ad861eee3b5db72253301b9845386679660 /Doc | |
parent | 613f24fd73b90c90b219aa764e8e37b35cff717a (diff) | |
download | cpython-674b0bfde6895cbc5039f2fc9377dec1371f987b.zip cpython-674b0bfde6895cbc5039f2fc9377dec1371f987b.tar.gz cpython-674b0bfde6895cbc5039f2fc9377dec1371f987b.tar.bz2 |
Add tarfile module
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 2a08c49..9908881 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -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 |