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, vstinner
Date 2011-04-20.15:35:52
SpamBayes Score 0.01910176
Marked as misclassified No
Message-id <1303313753.3.0.8744280471.issue11887@psf.upfronthosting.co.za>
In-reply-to
Content
assertEqual(), assertListEqual(), assertSequenceEqual() emits a BytesWarning warning or raise a BytesWarning exception if python has -b or -bb option. Attached patch adds tests to demonstrate this issue.
History
Date User Action Args
2011-04-20 15:35:53vstinnersetrecipients: + vstinner, ezio.melotti, eric.araujo
2011-04-20 15:35:53vstinnersetmessageid: <1303313753.3.0.8744280471.issue11887@psf.upfronthosting.co.za>
2011-04-20 15:35:52vstinnerlinkissue11887 messages
2011-04-20 15:35:52vstinnercreate