[issue20784] 'collections.abc' is no longer defined when collections is imported

Larry Hastings report at bugs.python.org
Wed Feb 26 19:34:22 CET 2014


Larry Hastings added the comment:

I'm pretty sure that if you import "x", there are zero guarantees that "x.y" will work.  The offical line is that you must explicitly import all the deepest submodules you use.  So I don't think this is even a bug.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20784>
_______________________________________


More information about the Python-bugs-list mailing list