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 vstinner
Recipients r.david.murray, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-09-21.12:44:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505997890.66.0.244964591832.issue27541@psf.upfronthosting.co.za>
In-reply-to
Content
> Because reprs of Python implementations of collection use a bare __name__.

Ah, maybe this module should be updated to use qualified name with the name in repr()?

> __qualname__ is used only in combination with __module__.

I was thinking at module.qualname, right.
History
Date User Action Args
2017-09-21 12:44:50vstinnersetrecipients: + vstinner, rhettinger, r.david.murray, serhiy.storchaka, xiang.zhang
2017-09-21 12:44:50vstinnersetmessageid: <1505997890.66.0.244964591832.issue27541@psf.upfronthosting.co.za>
2017-09-21 12:44:50vstinnerlinkissue27541 messages
2017-09-21 12:44:50vstinnercreate