Serhiy Storchaka added the comment:

Perhaps `del sys.modules['module']` should remove all 'module.submodule' from 
sys.modules. Or perhaps `import module.submodule` should ensure that 'module' 
is in sys.modules and has the 'submodule' attribute.

Ezio, seems you forgot to attach a patch.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18706>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to