mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add tarfile module
This commit is contained in:
parent
613f24fd73
commit
674b0bfde6
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue