Skip to content

Commit 8bd5500

Browse files
committed
Rewrite introduction to compression package to be more timeless
1 parent 615ed7f commit 8bd5500

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/library/compression.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ The :mod:`!compression` package
33

44
.. versionadded:: 3.14
55

6-
.. attention::
7-
8-
The :mod:`!compression` package is the new location for the data compression
9-
modules in the standard library, listed below. The existing modules are not
10-
deprecated and will not be removed before Python 3.19. The new ``compression.*``
11-
import names are encouraged for use where practical.
6+
The :mod:`!compression` package contains the canonical compression modules
7+
containing interfaces to several different compression algorithms. Some of
8+
these modules have historically been available as separate modules; those will
9+
continue to be available under their original names for compatibility reasons,
10+
and will not be removed without a deprecation cycle. The use of modules in
11+
:mod:`!compression` is encouraged where practical.
1212

1313
* :mod:`!compression.bz2` -- Re-exports :mod:`bz2`
1414
* :mod:`!compression.gzip` -- Re-exports :mod:`gzip`

0 commit comments

Comments
 (0)