Message 341687 - Python tracker

Message341687

Author serhiy.storchaka
Recipients dfortunov, ncoghlan, serhiy.storchaka, xtreak
Date 2019-05-07.06:57:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557212269.13.0.12960138896.issue36824@roundup.psfhosted.org>
In-reply-to
Content
There is still the functionality common to str, bytes and bytearray. So it make sense to have the common class for testing str, bytes, bytearray and UserList and other common class (subclass of the former one) for testing str and UserList.
History
Date User Action Args
2019-05-07 06:57:49serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, dfortunov, xtreak
2019-05-07 06:57:49serhiy.storchakasetmessageid: <1557212269.13.0.12960138896.issue36824@roundup.psfhosted.org>
2019-05-07 06:57:49serhiy.storchakalinkissue36824 messages
2019-05-07 06:57:49serhiy.storchakacreate