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 serhiy.storchaka
Recipients ezio.melotti, georg.brandl, martin.panter, nnorwitz, serhiy.storchaka, zach.ware
Date 2015-12-18.06:14:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450419248.8.0.524577949997.issue19587@psf.upfronthosting.co.za>
In-reply-to
Content
Currently buffer_tests.py is used only for bytearray, and it looks that it duplicates string_tests.py. May be remove all duplicated tests and move the rest of tests (if any) just into test_bytes.py?
History
Date User Action Args
2015-12-18 06:14:08serhiy.storchakasetrecipients: + serhiy.storchaka, nnorwitz, georg.brandl, ezio.melotti, martin.panter, zach.ware
2015-12-18 06:14:08serhiy.storchakasetmessageid: <1450419248.8.0.524577949997.issue19587@psf.upfronthosting.co.za>
2015-12-18 06:14:08serhiy.storchakalinkissue19587 messages
2015-12-18 06:14:08serhiy.storchakacreate