File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ The :mod:`binascii` module defines the following functions:
38
38
data. Lines normally contain 45 (binary) bytes, except for the last line. Line
39
39
data may be followed by whitespace.
40
40
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
+
41
45
42
46
.. function :: b2a_uu(data, *, backtick=False)
43
47
@@ -48,6 +52,10 @@ The :mod:`binascii` module defines the following functions:
48
52
.. versionchanged :: 3.7
49
53
Added the *backtick * parameter.
50
54
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
+
51
59
52
60
.. function :: a2b_base64(string, /, *, strict_mode=False)
53
61
You can’t perform that action at this time.
0 commit comments