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 ezio.melotti, martin.panter, serhiy.storchaka
Date 2016-04-04.06:01:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459749695.94.0.800291194829.issue26257@psf.upfronthosting.co.za>
In-reply-to
Content
I see what you meant about making the diff smaller. However in your patch you also moved three extra methods into BaseTest: test_additional_(r)split() and test_strip().

I prefer to handle these three methods in a separate patch that deals with test_bytes.BytesBaseTest, which also has split() and strip() tests. So this third patch moves those three methods back to CommonTest.
History
Date User Action Args
2016-04-04 06:01:36martin.pantersetrecipients: + martin.panter, ezio.melotti, serhiy.storchaka
2016-04-04 06:01:35martin.pantersetmessageid: <1459749695.94.0.800291194829.issue26257@psf.upfronthosting.co.za>
2016-04-04 06:01:35martin.panterlinkissue26257 messages
2016-04-04 06:01:35martin.pantercreate