File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments