diff --git a/Doc/library/uu.rst b/Doc/library/uu.rst index 0636d180294d47..140faece978c88 100644 --- a/Doc/library/uu.rst +++ b/Doc/library/uu.rst @@ -13,3 +13,7 @@ being deprecated in Python 3.11. The removal was decided in :pep:`594`. The last version of Python that provided the :mod:`!uu` module was `Python 3.12 `_. + +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.