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.
1 parent 64cb5fd commit 9cc18b3Copy full SHA for 9cc18b3
1 file changed
Misc/NEWS.d/next/Library/2022-05-12-22-05-49.gh-issue-92613.yQjMHl.rst
@@ -0,0 +1,8 @@
1
+Per :pep:`PEP 594 <594#uu-and-the-uu-encoding>`, deprecate other
2
+uuencode-related functionality with appropriate warnings, and document them.
3
+This includes :func:`binascii.a2b_uu`/:func:`binascii.b2a_uu`,
4
+the ``uu_codec`` :ref:`binary transform <binary-transforms>`
5
+in the :mod:`codecs` module, and support for decoding uuencode payloads
6
+with the :meth:`email.message.Message.get_payload` method of the legacy
7
+:ref:`email.message.Message <compat32_message>` (``Compat32``) API.
8
+Contributed by C.A.M. Gerlach.
0 commit comments