mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
#16317: merge with 3.3.
This commit is contained in:
commit
afa46abab8
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ Data Compression
|
||||||
================
|
================
|
||||||
|
|
||||||
Common data archiving and compression formats are directly supported by modules
|
Common data archiving and compression formats are directly supported by modules
|
||||||
including: :mod:`zlib`, :mod:`gzip`, :mod:`bz2`, :mod:`zipfile` and
|
including: :mod:`zlib`, :mod:`gzip`, :mod:`bz2`, :mod:`lzma`, :mod:`zipfile` and
|
||||||
:mod:`tarfile`. ::
|
:mod:`tarfile`. ::
|
||||||
|
|
||||||
>>> import zlib
|
>>> import zlib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue