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.17:22:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430587320.72.0.0919565315533.issue24081@psf.upfronthosting.co.za>
In-reply-to
Content
Note that calling reload on temp1.temp2 will fail with an error that temp2 is not in sys.modules.  So maybe the caveat needs rewording rather than deletion.
History
Date User Action Args
2015-05-02 17:22:00r.david.murraysetrecipients: + r.david.murray, brett.cannon, ncoghlan, petr.viktorin, docs@python, eric.snow
2015-05-02 17:22:00r.david.murraysetmessageid: <1430587320.72.0.0919565315533.issue24081@psf.upfronthosting.co.za>
2015-05-02 17:22:00r.david.murraylinkissue24081 messages
2015-05-02 17:22:00r.david.murraycreate