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 Red HamsterX
Recipients Red HamsterX, ajaksu2, amaury.forgeotdarc, gvanrossum, pitrou, r.david.murray, sanxiyn
Date 2009-07-29.19:36:52
SpamBayes Score 0.04032407
Marked as misclassified No
Message-id <1248896216.02.0.220513977255.issue1466065@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a documentation/unit-test/solution patch that adds a
validate=False parameter to the b64decode function of Lib/base64.py,
which may be set to True to have invalid base64 content be rejected with
a TypeError.

Patch built against Python 3.2, r74261.
History
Date User Action Args
2009-07-29 19:36:56Red HamsterXsetrecipients: + Red HamsterX, gvanrossum, amaury.forgeotdarc, sanxiyn, pitrou, ajaksu2, r.david.murray
2009-07-29 19:36:56Red HamsterXsetmessageid: <1248896216.02.0.220513977255.issue1466065@psf.upfronthosting.co.za>
2009-07-29 19:36:54Red HamsterXlinkissue1466065 messages
2009-07-29 19:36:54Red HamsterXcreate