This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients docs@python, martin.panter, matrixise, mouse07410, r.david.murray
Date 2015-10-30.03:04:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446174285.77.0.67042339296.issue25495@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for bringing this up, it has often bugged me.

My understanding, based on the original wording and places where this is used, is that the data is often pre-processed into 57-byte chunks, rather than post-processing it. Maybe it is worthwhile restoring that info. It should help understanding the presence of the newline parameter (or why a newline is always added in 3.5).

Also, the link between RFC 4648 and this function could be made even more explicit. Maybe move “as defined” into the first sentence, or change “the Base64 output” to “the function’s output”.
History
Date User Action Args
2015-10-30 03:04:45martin.pantersetrecipients: + martin.panter, r.david.murray, docs@python, matrixise, mouse07410
2015-10-30 03:04:45martin.pantersetmessageid: <1446174285.77.0.67042339296.issue25495@psf.upfronthosting.co.za>
2015-10-30 03:04:45martin.panterlinkissue25495 messages
2015-10-30 03:04:44martin.pantercreate