This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients brett.cannon, brian.curtin, cool-RR, eric.araujo, eric.snow, r.david.murray
Date 2011-07-20.02:02:45
SpamBayes Score 1.0420084e-05
Marked as misclassified No
Message-id <1311127366.03.0.149187223983.issue12583@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-07-20 02:02:46r.david.murraysetrecipients: + r.david.murray, brett.cannon, eric.araujo, brian.curtin, cool-RR, eric.snow
2011-07-20 02:02:46r.david.murraysetmessageid: <1311127366.03.0.149187223983.issue12583@psf.upfronthosting.co.za>
2011-07-20 02:02:45r.david.murraylinkissue12583 messages
2011-07-20 02:02:45r.david.murraycreate