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 Oren Milman, rhettinger, serhiy.storchaka
Date 2017-09-27.12:58:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506517098.29.0.154975027568.issue31608@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-09-27 12:58:18serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, Oren Milman
2017-09-27 12:58:18serhiy.storchakasetmessageid: <1506517098.29.0.154975027568.issue31608@psf.upfronthosting.co.za>
2017-09-27 12:58:18serhiy.storchakalinkissue31608 messages
2017-09-27 12:58:18serhiy.storchakacreate