We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8cf5c commit 4aec582Copy full SHA for 4aec582
1 file changed
Doc/library/uu.rst
@@ -11,9 +11,9 @@ This module is no longer part of the Python standard library.
11
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after
12
being deprecated in Python 3.11. The removal was decided in :pep:`594`.
13
14
+Encoding and decoding in the uu format can instead be achieved using
15
+:func:`codecs.encode` and :func:`codecs.decode`, specifying ``"uu"``
16
+as the encoding.
17
+
18
The last version of Python that provided the :mod:`!uu` module was
19
`Python 3.12 <https://docs.python.org/3.12/library/uu.html>`_.
-
-Encoding and decoding in the uu format can instead be achieved using
-:func:`codecs.encode` and :func:`codecs.decode`, specifying :code:`"uu"`
-as the codec.
0 commit comments