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 r.david.murray
Recipients Claudiu Saftoiu, r.david.murray
Date 2016-06-27.13:20:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467033606.13.0.0315129173085.issue27397@psf.upfronthosting.co.za>
In-reply-to
Content
This appears to be a bug in b64decode.  It should not be raising that error if validate=False, as it is in the code being executed during the test case.  It's not that b64decode is ignoring the validate argument; the error appears to be data-dependent.  I don't have time to investigate this further at the moment, perhaps someone else can pick it up.
History
Date User Action Args
2016-06-27 13:20:06r.david.murraysetrecipients: + r.david.murray, Claudiu Saftoiu
2016-06-27 13:20:06r.david.murraysetmessageid: <1467033606.13.0.0315129173085.issue27397@psf.upfronthosting.co.za>
2016-06-27 13:20:06r.david.murraylinkissue27397 messages
2016-06-27 13:20:05r.david.murraycreate