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, georg.brandl, martin.panter, nnorwitz, serhiy.storchaka, zach.ware
Date 2015-12-17.10:31:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450348319.87.0.765920904891.issue19587@psf.upfronthosting.co.za>
In-reply-to
Content
test_contains() does not appear to be overriding anything, so there is no problem removing that.

Unmasking the other three methods will allow six new test methods to run (via ByteArrayAsStringTest and BytesAsStringTest). There are already three equivalent methods defined in buffer_tests.py run via BytearrayPEP3137Test. I suggest to remove those three from buffer_tests. The net result will be the same tests run for bytes(), and three new tests for bytearray(). The buffer_tests file is not used anywhere else.
History
Date User Action Args
2015-12-17 10:31:59martin.pantersetrecipients: + martin.panter, nnorwitz, georg.brandl, ezio.melotti, zach.ware, serhiy.storchaka
2015-12-17 10:31:59martin.pantersetmessageid: <1450348319.87.0.765920904891.issue19587@psf.upfronthosting.co.za>
2015-12-17 10:31:59martin.panterlinkissue19587 messages
2015-12-17 10:31:59martin.pantercreate