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 martin.panter
Recipients martin.panter, serhiy.storchaka
Date 2016-04-08.09:02:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460106175.71.0.116518416175.issue26712@psf.upfronthosting.co.za>
In-reply-to
Content
This follows on from Issue 26257, where I moved tests for these string/bytes methods into a more common class. So this patch merges and removes some existing tests from test_bytes.py that cover the same ground. I copied a couple tests to the common class that tend to test negative and degenerate cases, which the original common tests were weak on.
History
Date User Action Args
2016-04-08 09:02:55martin.pantersetrecipients: + martin.panter, serhiy.storchaka
2016-04-08 09:02:55martin.pantersetmessageid: <1460106175.71.0.116518416175.issue26712@psf.upfronthosting.co.za>
2016-04-08 09:02:55martin.panterlinkissue26712 messages
2016-04-08 09:02:54martin.pantercreate