Skip to content

Commit

Permalink
pythongh-92613: Add deprecation note for uuencode functions to binasc…
Browse files Browse the repository at this point in the history
…ii docs
  • Loading branch information
CAM-Gerlach committed Jun 25, 2022
1 parent 67e0f46 commit 80ba806
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Doc/library/binascii.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ The :mod:`binascii` module defines the following functions:
data. Lines normally contain 45 (binary) bytes, except for the last line. Line
data may be followed by whitespace.

.. deprecated-removed:: 3.11 3.13
This function and the legacy uuencode format it implements are deprecated
(see :pep:`PEP 594 <594#uu-and-the-uu-encoding>` for details).


.. function:: b2a_uu(data, *, backtick=False)

Expand All @@ -48,6 +52,10 @@ The :mod:`binascii` module defines the following functions:
.. versionchanged:: 3.7
Added the *backtick* parameter.

.. deprecated-removed:: 3.11 3.13
This function and the legacy uuencode format it implements are deprecated
(see :pep:`PEP 594 <594#uu-and-the-uu-encoding>` for details).


.. function:: a2b_base64(string, /, *, strict_mode=False)

Expand Down

0 comments on commit 80ba806

Please sign in to comment.