[issue17714] str.encode('base64') add trailing new line character. It is not documented.

Ezio Melotti report at bugs.python.org
Tue May 7 10:16:56 CEST 2013


Ezio Melotti added the comment:

The str.encode() doc is the wrong place where to document this, since the '\n' is added only for the base64 codec.  I added a note about this in the codecs docs[0].

[0]: http://docs.python.org/2/library/codecs.html#standard-encodings

----------
assignee: docs at python -> ezio.melotti
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17714>
_______________________________________


More information about the Python-bugs-list mailing list