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 r.david.murray
Recipients r.david.murray, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-07-17.15:30:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468769429.16.0.131095528654.issue27541@psf.upfronthosting.co.za>
In-reply-to
Content
It certainly seems that collections should be consistent about this.  The question of builtin types is a different issue, and I agree that it is probably way more trouble than it is worth to change them, especially since, for example, repr(str) is often used just to get the quote marks in contexts where you *don't* want the subclass name.
History
Date User Action Args
2016-07-17 15:30:29r.david.murraysetrecipients: + r.david.murray, rhettinger, serhiy.storchaka, xiang.zhang
2016-07-17 15:30:29r.david.murraysetmessageid: <1468769429.16.0.131095528654.issue27541@psf.upfronthosting.co.za>
2016-07-17 15:30:29r.david.murraylinkissue27541 messages
2016-07-17 15:30:29r.david.murraycreate