Skip to content

Commit 91b556e

Browse files
committed
#17714: document that the base64 codec adds a trailing newline.
1 parent 1d13041 commit 91b556e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/library/codecs.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,9 @@ the table.
11131113
| Codec | Aliases | Operand type | Purpose |
11141114
+====================+===========================+================+===========================+
11151115
| base64_codec | base64, base-64 | byte string | Convert operand to MIME |
1116-
| | | | base64 |
1116+
| | | | base64 (the result always |
1117+
| | | | includes a trailing |
1118+
| | | | ``'\n'``) |
11171119
+--------------------+---------------------------+----------------+---------------------------+
11181120
| bz2_codec | bz2 | byte string | Compress the operand |
11191121
| | | | using bz2 |

0 commit comments

Comments
 (0)