R. David Murray <rdmur...@bitdance.com> added the comment:

Yes, there are ways other than an import statement that a module can get 
imported (the __import__ function, for example, and the imp module for another, 
as well as importlib).

If you want to try your hand at writing a patch to do the post mortem you will 
discover that import in Python is...complicated.

----------
nosy: +r.david.murray

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

Reply via email to