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, mouse07410, r.david.murray
Date 2015-10-28.16:10:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446048629.51.0.822430885171.issue25495@psf.upfronthosting.co.za>
In-reply-to
Content
Yes I know where this came from. :-)

Here is my proposed change.

Replace the statement 

The length of data should be at most 57 to adhere to the base64 standard.

with:

To be MIME-compliant, the Base64 output (as defined in RFC4648) should be broken into lines of at most 76 characters long. This post-processing of the output is the responsibility of the caller. Note that the original PEM context-transfer encoding limited line length to 64 characters.


Would this change be agreeable to you?
History
Date User Action Args
2015-10-28 16:10:29mouse07410setrecipients: + mouse07410, r.david.murray, docs@python
2015-10-28 16:10:29mouse07410setmessageid: <1446048629.51.0.822430885171.issue25495@psf.upfronthosting.co.za>
2015-10-28 16:10:29mouse07410linkissue25495 messages
2015-10-28 16:10:29mouse07410create