Commit 59391207 authored by Ezio Melotti's avatar Ezio Melotti

#17714: document that the base64 codec adds a trailing newline.

parent 794e5573
...@@ -1113,7 +1113,9 @@ the table. ...@@ -1113,7 +1113,9 @@ the table.
| Codec | Aliases | Operand type | Purpose | | Codec | Aliases | Operand type | Purpose |
+====================+===========================+================+===========================+ +====================+===========================+================+===========================+
| base64_codec | base64, base-64 | byte string | Convert operand to MIME | | base64_codec | base64, base-64 | byte string | Convert operand to MIME |
| | | | base64 | | | | | base64 (the result always |
| | | | includes a trailing |
| | | | ``'\n'``) |
+--------------------+---------------------------+----------------+---------------------------+ +--------------------+---------------------------+----------------+---------------------------+
| bz2_codec | bz2 | byte string | Compress the operand | | bz2_codec | bz2 | byte string | Compress the operand |
| | | | using bz2 | | | | | using bz2 |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment