Skip to content

Commit 1c29ff2

Browse files
committed
pythongh-92613: Add News entry for uuencode deprecations
1 parent 056d627 commit 1c29ff2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)