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 larry
Recipients Arfrever, barry, christian.heimes, eric.snow, larry, pitrou, python-dev, r.david.murray, rhettinger, vstinner
Date 2014-02-26.18:34:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393439662.94.0.0197843138822.issue20784@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-26 18:34:22larrysetrecipients: + larry, barry, rhettinger, pitrou, vstinner, christian.heimes, Arfrever, r.david.murray, python-dev, eric.snow
2014-02-26 18:34:22larrysetmessageid: <1393439662.94.0.0197843138822.issue20784@psf.upfronthosting.co.za>
2014-02-26 18:34:22larrylinkissue20784 messages
2014-02-26 18:34:22larrycreate