Skip to content

Commit 4aec582

Browse files
Move before last version note and little touchups
1 parent ab8cf5c commit 4aec582

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/uu.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ This module is no longer part of the Python standard library.
1111
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after
1212
being deprecated in Python 3.11. The removal was decided in :pep:`594`.
1313

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+
1418
The last version of Python that provided the :mod:`!uu` module was
1519
`Python 3.12 <https://docs.python.org/3.12/library/uu.html>`_.
16-
17-
Encoding and decoding in the uu format can instead be achieved using
18-
:func:`codecs.encode` and :func:`codecs.decode`, specifying :code:`"uu"`
19-
as the codec.

0 commit comments

Comments
 (0)