[issue15598] relative import unexpectedly binds name

Benjamin Peterson report at bugs.python.org
Thu Aug 9 02:41:36 CEST 2012


Benjamin Peterson added the comment:

I don't think this is incorrect. Importing a submodule implicit sets its name in the package scope, which is __init__'s module scope.

----------
nosy: +benjamin.peterson

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


More information about the Python-bugs-list mailing list