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, sanxiyn
Date 2009-07-28.22:40:56
SpamBayes Score 0.003307623
Marked as misclassified No
Message-id <1248820857.93.0.575455523996.issue1466065@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a patch that modifies Lib/base64.py to raise a TypeError on any
unrecognized base64 input, rather than continuing silently. Also
includes unit tests.

Patch built against Python 3.2, r74246.

Correction to previous text: base64 continues silently, discarding
unrecognized characters, rather than failing.
History
Date User Action Args
2009-07-28 22:40:58Red HamsterXsetrecipients: + Red HamsterX, sanxiyn, ajaksu2
2009-07-28 22:40:57Red HamsterXsetmessageid: <1248820857.93.0.575455523996.issue1466065@psf.upfronthosting.co.za>
2009-07-28 22:40:57Red HamsterXlinkissue1466065 messages
2009-07-28 22:40:56Red HamsterXcreate