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 eric.araujo, ezio.melotti, michael.foord, ncoghlan, vstinner
Date 2011-05-02.13:49:56
SpamBayes Score 8.4339933e-07
Marked as misclassified No
Message-id <1304344197.61.0.971758881672.issue11887@psf.upfronthosting.co.za>
In-reply-to
Content
> Rather than fiddling with the warnings filters, wouldn't it be easier
> to just catch BytesWarning and return False in that case?

It's another possible solution, but it would display a warning using python -b.
History
Date User Action Args
2011-05-02 13:49:57vstinnersetrecipients: + vstinner, ncoghlan, ezio.melotti, eric.araujo, michael.foord
2011-05-02 13:49:57vstinnersetmessageid: <1304344197.61.0.971758881672.issue11887@psf.upfronthosting.co.za>
2011-05-02 13:49:57vstinnerlinkissue11887 messages
2011-05-02 13:49:57vstinnercreate