New GitHub issue #92613 from CAM-Gerlach:<br>

<hr>

<pre>
As referred to in #92611 , PEP 594 (PEP-594) [states](https://peps.python.org/pep-0594/#uu-and-the-uu-encoding) that the `uuencode`/`decode`-related functions in the `binascii` module, as well as the `uu` codec will be deprecated in Python 3.11 and removed in Python 3.13:

> The [uu](https://docs.python.org/3/library/uu.html) module provides uuencode format, an old binary encoding format for email from 1980. The uu format has been replaced by MIME. The uu codec is provided by the binascii module. There’s also encodings/uu_codec.py which is a codec for the same encoding; it should also be deprecated.

However, as far as I can tell, those deprecations are neither implemented with warnings in [uu_codec.py](https://github.com/python/cpython/blob/main/Lib/encodings/uu_codec.py) or [binascii](https://github.com/python/cpython/blob/main/Modules/binascii.c) (although I'm not sure what a deprecation warning at the C level that should appear at the Python level is actually supposed to look like) nor are they documented in the respective [uu codec](https://docs.python.org/3.11/library/codecs.html#binary-transforms) or [binascii](https://docs.python.org/3.11/library/binascii.html?highlight=uu#binascii.a2b_uu) documentation sections.

Is this intentional. If not, shouldn't we get these in for 3.11?

@brettcannon @tiran 
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/92613">View on GitHub</a>
<p>Labels: docs, stdlib</p>
<p>Assignee: </p>