Skip to content

Commit 1493491

Browse files
miss-islingtonRavuAlHemioStanFromIreland
authored
[3.14] Docs: point uu module users to the "uu" encoding (GH-153657) (#154025)
(cherry picked from commit a1d5804) Co-authored-by: Ondřej Hošek <ondra.hosek@gmail.com> Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 3cefb64 commit 1493491

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/uu.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +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>`_.

0 commit comments

Comments
 (0)