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:36:55
SpamBayes Score 0.0030790535
Marked as misclassified No
Message-id <1248820617.45.0.995090122702.issue1466065@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a patch that modifies Modules/binascii.c to raise a TypeError
on any unrecognized base64 input, rather than failing silently. Also
includes unit tests.

Patch built against Python 2.7, r74246.

TypeError was preserved over ValueError, despite the lack of related
logic, for legacy purposes.
History
Date User Action Args
2009-07-29 18:28:05rhettingerunlinkissue1466065 messages
2009-07-28 22:36:57Red HamsterXsetrecipients: + Red HamsterX, sanxiyn, ajaksu2
2009-07-28 22:36:57Red HamsterXsetmessageid: <1248820617.45.0.995090122702.issue1466065@psf.upfronthosting.co.za>
2009-07-28 22:36:56Red HamsterXlinkissue1466065 messages
2009-07-28 22:36:56Red HamsterXcreate