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:38:22
SpamBayes Score 0.0006811136
Marked as misclassified No
Message-id <1248896305.14.0.980810770972.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 2.7, r74261.


Note: Sorry this went on for so long. However, I think I understand the
patch-submission process a lot better now.
History
Date User Action Args
2009-07-29 19:38:25Red HamsterXsetrecipients: + Red HamsterX, gvanrossum, amaury.forgeotdarc, sanxiyn, pitrou, ajaksu2, r.david.murray
2009-07-29 19:38:25Red HamsterXsetmessageid: <1248896305.14.0.980810770972.issue1466065@psf.upfronthosting.co.za>
2009-07-29 19:38:23Red HamsterXlinkissue1466065 messages
2009-07-29 19:38:23Red HamsterXcreate