Message241816
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. | |
| Date | User | Action | Args | | 2015-04-22 17:14:50 | barry | set | recipients: + barry, brett.cannon | | 2015-04-22 17:14:50 | barry | set | messageid: <1429722890.23.0.504523422079.issue24029@psf.upfronthosting.co.za> | | 2015-04-22 17:14:50 | barry | link | issue24029 messages | | 2015-04-22 17:14:49 | barry | create | | |