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

This commit is contained in:
Ezio Melotti 2013-05-07 11:14:27 +03:00
parent 9c939bceeb
commit c58a3ea72c
1 changed files with 3 additions and 1 deletions

View File

@ -1194,7 +1194,9 @@ The following codecs provide bytes-to-bytes mappings.
| Codec | Aliases | Purpose |
+====================+===========================+===========================+
| base64_codec | base64, base-64 | Convert operand to MIME |
| | | base64 |
| | | base64 (the result always |
| | | includes a trailing |
| | | ``'\n'``) |
+--------------------+---------------------------+---------------------------+
| bz2_codec | bz2 | Compress the operand |
| | | using bz2 |