Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

All other sequence objects return an instance of the base class rather than a 
subclass. list, tuple, str, bytes, bytearray, array. Only deque tries to create 
an instance of a subclass.

----------
assignee:  -> rhettinger
nosy: +rhettinger, serhiy.storchaka
versions: +Python 2.7, Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31608>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to