[issue14938] 'import my_pkg.__init__' creates duplicate modules

Brett Cannon report at bugs.python.org
Wed May 30 16:31:44 CEST 2012


Brett Cannon <brett at python.org> added the comment:

If you directly import __init__ then it would just be a module within the package (the "magic" of packages should stay with the implicit interpretation of __init__).

----------

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


More information about the Python-bugs-list mailing list