Antoine Pitrou <pit...@free.fr> added the comment: > Regarding the implementation, knowing your reluctance to turn modules > into packages, I guess you’re talking about exposing collections.abc in > a similar manner to os.path, which is fine IMO.
That makes things confusing: >>> import os.path >>> os.path.__name__ 'posixpath' >>> import collections >>> collections.Mapping <class '_abcoll.Mapping'> yikes? ---------- nosy: +pitrou _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11085> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com