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 brett.cannon
Recipients brett.cannon, docs@python, eric.snow, python-dev
Date 2013-10-25.17:53:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382723636.13.0.81120078808.issue19392@psf.upfronthosting.co.za>
In-reply-to
Content
importlib.reload() already states that the loader is reused, so this only required imp.reload() to be updated.
History
Date User Action Args
2013-10-25 17:53:56brett.cannonsetrecipients: + brett.cannon, docs@python, python-dev, eric.snow
2013-10-25 17:53:56brett.cannonsetmessageid: <1382723636.13.0.81120078808.issue19392@psf.upfronthosting.co.za>
2013-10-25 17:53:56brett.cannonlinkissue19392 messages
2013-10-25 17:53:56brett.cannoncreate