We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d13041 commit 91b556eCopy full SHA for 91b556e
1 file changed
Doc/library/codecs.rst
@@ -1113,7 +1113,9 @@ the table.
1113
| Codec | Aliases | Operand type | Purpose |
1114
+====================+===========================+================+===========================+
1115
| base64_codec | base64, base-64 | byte string | Convert operand to MIME |
1116
-| | | | base64 |
+| | | | base64 (the result always |
1117
+| | | | includes a trailing |
1118
+| | | | ``'\n'``) |
1119
+--------------------+---------------------------+----------------+---------------------------+
1120
| bz2_codec | bz2 | byte string | Compress the operand |
1121
| | | | using bz2 |
0 commit comments