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 berker.peksag
Recipients Arfrever, berker.peksag, brett.cannon
Date 2013-06-13.09:38:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371116315.2.0.475835355205.issue18193@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch. Changes:

- Used types.ModuleType instead of type(sys)
- Updated imp and importlib docs
- Moved test_imp.ReloadTests to test_importlib.test_api.ReloadTests
History
Date User Action Args
2013-06-13 09:38:35berker.peksagsetrecipients: + berker.peksag, brett.cannon, Arfrever
2013-06-13 09:38:35berker.peksagsetmessageid: <1371116315.2.0.475835355205.issue18193@psf.upfronthosting.co.za>
2013-06-13 09:38:35berker.peksaglinkissue18193 messages
2013-06-13 09:38:35berker.peksagcreate