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 michael.foord
Recipients eric.araujo, ezio.melotti, michael.foord, ncoghlan, vstinner
Date 2011-05-06.11:22:41
SpamBayes Score 0.001415518
Marked as misclassified No
Message-id <1304680963.8.0.0302491707421.issue11887@psf.upfronthosting.co.za>
In-reply-to
Content
_baseAssertEqual should not unconditionally catch and ignore all BytesWarnings.

If tests raise warnings/exceptions because they are doing comparisons that raise warnings/exceptions then those tests should be fixed rather than just ignoring the warnings.
History
Date User Action Args
2011-05-06 11:22:43michael.foordsetrecipients: + michael.foord, ncoghlan, vstinner, ezio.melotti, eric.araujo
2011-05-06 11:22:43michael.foordsetmessageid: <1304680963.8.0.0302491707421.issue11887@psf.upfronthosting.co.za>
2011-05-06 11:22:41michael.foordlinkissue11887 messages
2011-05-06 11:22:41michael.foordcreate