◐ Shell
clean mode source ↗

Message 137667 - Python tracker

Message137667

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