We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce1316 commit 53ab0b5Copy full SHA for 53ab0b5
peps/pep-0784.rst
@@ -220,7 +220,8 @@ Other compression modules
220
New import names ``compression.lzma``, ``compression.bz2``,
221
``compression.gzip`` and ``compression.zlib`` will be introduced in Python 3.14
222
re-exporting the contents of the existing ``lzma``, ``bz2``, ``gzip`` and
223
-``zlib`` modules respectively.
+``zlib`` modules respectively. The ``compression`` sub-modules will become
224
+the canonical import names going forward.
225
226
The ``_compression`` module, given that it is marked private, will be
227
immediately renamed to ``compression._common.streams``. The new name was
0 commit comments