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 benjamin.peterson, berker.peksag, brett.cannon
Date 2014-05-06.09:51:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399369899.96.0.959859751651.issue21446@psf.upfronthosting.co.za>
In-reply-to
Content
Since imp.reload() was deprecated in issue 18193, the reload fixer (added in issue 11797) needs to be updated to use importlib.reload() instead of imp.reload().
History
Date User Action Args
2014-05-06 09:51:40berker.peksagsetrecipients: + berker.peksag, brett.cannon, benjamin.peterson
2014-05-06 09:51:39berker.peksagsetmessageid: <1399369899.96.0.959859751651.issue21446@psf.upfronthosting.co.za>
2014-05-06 09:51:39berker.peksaglinkissue21446 messages
2014-05-06 09:51:39berker.peksagcreate