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 zach.ware
Recipients r.david.murray, serhiy.storchaka, zach.ware
Date 2013-12-20.17:47:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387561638.07.0.268158384101.issue20035@psf.upfronthosting.co.za>
In-reply-to
Content
I like that idea, though I'm a bit wary of messing around is sys.modules.  Is there another way to unload a module that I'm not aware of?

Here's a new patch that does that.
History
Date User Action Args
2013-12-20 17:47:18zach.waresetrecipients: + zach.ware, r.david.murray, serhiy.storchaka
2013-12-20 17:47:18zach.waresetmessageid: <1387561638.07.0.268158384101.issue20035@psf.upfronthosting.co.za>
2013-12-20 17:47:18zach.warelinkissue20035 messages
2013-12-20 17:47:17zach.warecreate