File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1413,7 +1413,7 @@ to :class:`bytes` mappings. They are not supported by :meth:`bytes.decode`
1413
1413
| | quoted_printable | | :meth: `quopri.decode ` |
1414
1414
+----------------------+------------------+------------------------------+------------------------------+
1415
1415
| uu_codec | uu | Convert the operand using | :meth: `uu.encode ` / |
1416
- | | | uuencode. | :meth: `uu.decode ` |
1416
+ | | | uuencode (deprecated). | :meth: `uu.decode ` |
1417
1417
+----------------------+------------------+------------------------------+------------------------------+
1418
1418
| zlib_codec | zip, zlib | Compress the operand using | :meth: `zlib.compress ` / |
1419
1419
| | | gzip. | :meth: `zlib.decompress ` |
@@ -1429,6 +1429,10 @@ to :class:`bytes` mappings. They are not supported by :meth:`bytes.decode`
1429
1429
.. versionchanged :: 3.4
1430
1430
Restoration of the aliases for the binary transforms.
1431
1431
1432
+ .. deprecated-removed :: 3.11 3.13
1433
+ The uuencode codec (``uu_codec ``) is deprecated
1434
+ (see :pep: `PEP 594 <594#uu-and-the-uu-encoding >` for details).
1435
+
1432
1436
1433
1437
.. _text-transforms :
1434
1438
You can’t perform that action at this time.
0 commit comments