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 vstinner
Recipients vstinner
Date 2011-06-04.23:17:39
SpamBayes Score 0.0027602962
Marked as misclassified No
Message-id <1307229460.66.0.506334341604.issue12263@psf.upfronthosting.co.za>
In-reply-to
Content
base64_codec.py uses an assertion to check the error handler: it should use an if+raise (assertions are ignored in optimized mode, python -O).
History
Date User Action Args
2011-06-04 23:17:40vstinnersetrecipients: + vstinner
2011-06-04 23:17:40vstinnersetmessageid: <1307229460.66.0.506334341604.issue12263@psf.upfronthosting.co.za>
2011-06-04 23:17:40vstinnerlinkissue12263 messages
2011-06-04 23:17:39vstinnercreate