Skip to content

Commit

Permalink
pythongh-92613: Add News entry for uuencode deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Nov 8, 2022
1 parent aabe333 commit b3ce329
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Per :pep:`PEP 594 <594#uu-and-the-uu-encoding>`, deprecate other
uuencode-related functionality with appropriate warnings, and document them.
This includes :func:`binascii.a2b_uu`/:func:`binascii.b2a_uu`,
the ``uu_codec`` :ref:`binary transform <binary-transforms>`
in the :mod:`codecs` module, and support for decoding uuencode payloads
with the :meth:`email.message.Message.get_payload` method of the legacy
:ref:`email.message.Message <compat32_message>` (``Compat32``) API.
Contributed by C.A.M. Gerlach.

0 comments on commit b3ce329

Please sign in to comment.