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, docs@python, eric.snow, ncoghlan, petr.viktorin, r.david.murray
Date 2015-05-02.01:49:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430531399.96.0.795876970956.issue24081@psf.upfronthosting.co.za>
In-reply-to
Content
This generally comes up in the context of a module importing another module, and *that* module fails to import.  The first module is left in sys.modules as a stub.  Try that experiment, I'm pretty sure that is still true.
History
Date User Action Args
2015-05-02 01:50:00r.david.murraysetrecipients: + r.david.murray, brett.cannon, ncoghlan, petr.viktorin, docs@python, eric.snow
2015-05-02 01:49:59r.david.murraysetmessageid: <1430531399.96.0.795876970956.issue24081@psf.upfronthosting.co.za>
2015-05-02 01:49:59r.david.murraylinkissue24081 messages
2015-05-02 01:49:59r.david.murraycreate