Kaydet (Commit) 674b0bfd authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Add tarfile module

üst 613f24fd
...@@ -1473,6 +1473,10 @@ Sockets Library (SSL) support. ...@@ -1473,6 +1473,10 @@ Sockets Library (SSL) support.
\item The value of the C \constant{PYTHON_API_VERSION} macro is now exposed \item The value of the C \constant{PYTHON_API_VERSION} macro is now exposed
at the Python level as \code{sys.api_version}. 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 \item The new \module{textwrap} module contains functions for wrapping
strings containing paragraphs of text. The \function{wrap(\var{text}, strings containing paragraphs of text. The \function{wrap(\var{text},
\var{width})} function takes a string and returns a list containing \var{width})} function takes a string and returns a list containing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment