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 petr.viktorin
Recipients docs@python, eric.araujo, ezio.melotti, georg.brandl, petr.viktorin
Date 2015-07-25.08:49:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437814146.48.0.230121728687.issue24713@psf.upfronthosting.co.za>
In-reply-to
Content
In 3.4, `imp.reload` was deprecated in favor of `importlib.reload`.

https://docs.python.org/3/library/imp.html
History
Date User Action Args
2015-07-25 08:49:06petr.viktorinsetrecipients: + petr.viktorin, georg.brandl, ezio.melotti, eric.araujo, docs@python
2015-07-25 08:49:06petr.viktorinsetmessageid: <1437814146.48.0.230121728687.issue24713@psf.upfronthosting.co.za>
2015-07-25 08:49:06petr.viktorinlinkissue24713 messages
2015-07-25 08:49:06petr.viktorincreate