8000 gh-92613: Add deprecation note for uuencode functions to binascii docs · python/cpython@aabe333 · GitHub
[go: up one dir, main page]

Skip to content

Commit aabe333

Browse files
committed
gh-92613: Add deprecation note for uuencode functions to binascii docs
1 parent ec15dc6 commit aabe333

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/library/binascii.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ The :mod:`binascii` module defines the following functions:
3838
data. Lines normally contain 45 (binary) bytes, except for the last line. Line
3939
data may be followed by whitespace.
4040

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

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

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

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

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

0 commit comments

Comments
 (0)
0