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 alexandre.vassalotti, doug.royal, kmike, pitrou, serhiy.storchaka
Date 2014-11-11.10:39:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415702353.86.0.425645837359.issue18473@psf.upfronthosting.co.za>
In-reply-to
Content
I think that both UserDict.UserDict and UserDict.IterableUserDict should be mapped to collections.UserDict. And reverse mapping should map collections.UserDict to UserDict.IterableUserDict.

There are similar issues with other "multiple to single" mappings (e.g. to "io", "dbm", "http.server").
History
Date User Action Args
2014-11-11 10:39:13serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti, kmike, doug.royal
2014-11-11 10:39:13serhiy.storchakasetmessageid: <1415702353.86.0.425645837359.issue18473@psf.upfronthosting.co.za>
2014-11-11 10:39:13serhiy.storchakalinkissue18473 messages
2014-11-11 10:39:13serhiy.storchakacreate