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.
uu
"uu"
1 parent a85a674 commit a1d5804Copy full SHA for a1d5804
1 file changed
Doc/library/uu.rst
@@ -11,5 +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>`_.
0 commit comments