#17714: document that the base64 codec adds a trailing newline.
This commit is contained in:
parent
9c939bceeb
commit
c58a3ea72c
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue