[issue36824] Refactor str tests to reflect that str and unicode are merged in Python 3

Serhiy Storchaka report at bugs.python.org
Tue May 7 02:57:49 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36824>
_______________________________________


More information about the Python-bugs-list mailing list