Martin Panter added the comment:

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”.

----------
nosy: +martin.panter
stage:  -> patch review
versions: +Python 2.7, Python 3.4, Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25495>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to