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 barry
Recipients barry, brett.cannon
Date 2015-04-22.17:14:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429722890.23.0.504523422079.issue24029@psf.upfronthosting.co.za>
In-reply-to
Content
As described here: http://news.gmane.org/find-root.php?message_id=20150422115959.1ff2ee58%40limelight.wooz.org

Importing a submodule binds the submodule's name in the parent module's namespace.  This is surprising, but it seems intentional and it's relied upon by existing code, e.g. asyncio/__init__.py in the stdlib.

It's also not documented afaict.  It should be documented in the Language Reference's section on the import system.  After a little more discussion on import-sig, I plan on doing that.
History
Date User Action Args
2015-04-22 17:14:50barrysetrecipients: + barry, brett.cannon
2015-04-22 17:14:50barrysetmessageid: <1429722890.23.0.504523422079.issue24029@psf.upfronthosting.co.za>
2015-04-22 17:14:50barrylinkissue24029 messages
2015-04-22 17:14:49barrycreate