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 ltaczuk
Recipients Red HamsterX, ajaksu2, amaury.forgeotdarc, eric.araujo, ltaczuk, pitrou, r.david.murray, sanxiyn
Date 2012-11-26.12:30:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353933022.03.0.399703526263.issue1466065@psf.upfronthosting.co.za>
In-reply-to
Content
Could someone update the docs for python 2.7.3?

This ticket is marked as closed and b64decode still silently ignores non base64 chars, but the documentation (for 2.7.3) still states that while calling b64decode "A TypeError is raised if (...) or if there are non-alphabet characters present in the string.".
http://docs.python.org/2.7/library/base64.html
History
Date User Action Args
2012-11-26 12:30:22ltaczuksetrecipients: + ltaczuk, amaury.forgeotdarc, sanxiyn, pitrou, ajaksu2, eric.araujo, r.david.murray, Red HamsterX
2012-11-26 12:30:22ltaczuksetmessageid: <1353933022.03.0.399703526263.issue1466065@psf.upfronthosting.co.za>
2012-11-26 12:30:21ltaczuklinkissue1466065 messages
2012-11-26 12:30:21ltaczukcreate