Browse Source

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

pull/2332/head
Ezio Melotti 13 years ago
parent
commit
c58a3ea72c
  1. 4
      Doc/library/codecs.rst

4
Doc/library/codecs.rst

@ -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…
Cancel
Save