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 pitrou
Recipients Arfrever, barry, christian.heimes, eric.snow, larry, pitrou, python-dev, r.david.murray, rhettinger, vstinner
Date 2014-02-26.19:09:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393441790.2292.10.camel@fsol>
In-reply-to <1393439662.94.0.0197843138822.issue20784@psf.upfronthosting.co.za>
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.

I'm not sure why you're saying that. I think it's quite common to only
"import os" and then use os.path.
History
Date User Action Args
2014-02-26 19:09:53pitrousetrecipients: + pitrou, barry, rhettinger, vstinner, larry, christian.heimes, Arfrever, r.david.murray, python-dev, eric.snow
2014-02-26 19:09:53pitroulinkissue20784 messages
2014-02-26 19:09:53pitroucreate