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 mouse07410
Recipients docs@python, martin.panter, matrixise, mouse07410, r.david.murray
Date 2015-11-03.18:36:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446575805.36.0.641056567545.issue25495@psf.upfronthosting.co.za>
In-reply-to
Content
The harm in mentioning the 57-byte chunking is that so far it successfully confused people. 

b2a_base64() function is not coupled to MIME. It has no constraints on either its input, or its output. *IF* it is used by (in) a MIME application, then the caller may want to make its output RFC 2045-compliant, by whatever way he chooses. Giving (an unwelcome) advice to a writer of one specific application is in my opinion completely out of scope here. Justification that it used to matter 25 years ago and therefore should be kept here doesn't make sense to me.

I strongly insist that this "chunking" thing does not belong, and must be removed.
History
Date User Action Args
2015-11-03 18:36:45mouse07410setrecipients: + mouse07410, r.david.murray, docs@python, martin.panter, matrixise
2015-11-03 18:36:45mouse07410setmessageid: <1446575805.36.0.641056567545.issue25495@psf.upfronthosting.co.za>
2015-11-03 18:36:45mouse07410linkissue25495 messages
2015-11-03 18:36:44mouse07410create