Serhiy Storchaka added the comment:

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").

----------
nosy: +serhiy.storchaka
versions: +Python 3.5 -Python 3.3

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

Reply via email to