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 r.david.murray
Recipients Arfrever, BluePeppers, BreamoreBoy, benjamin.peterson, berker.peksag, eric.araujo, ezio.melotti, georg.brandl, jcea, python-dev, r.david.murray, rhettinger, tebeka, torsten
Date 2013-12-24.02:44:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Since this patch was applied, imp.reload has been deprecated in favor of importlib.reload.  I don't know how we handle differences between python3 versions...is there anything that should be done here, or do we just use imp.reload even though it is deprecated in 3.4?
History
Date User Action Args
2013-12-24 02:44:06r.david.murraysetrecipients: + r.david.murray, georg.brandl, rhettinger, jcea, tebeka, benjamin.peterson, ezio.melotti, eric.araujo, Arfrever, torsten, BreamoreBoy, python-dev, BluePeppers, berker.peksag
2013-12-24 02:44:06r.david.murraysetmessageid: <[email protected]>
2013-12-24 02:44:06r.david.murraylinkissue11797 messages
2013-12-24 02:44:06r.david.murraycreate