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 eric.snow
Recipients brett.cannon, eric.snow, ncoghlan, pje
Date 2013-10-27.03:16:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382843791.56.0.901507046365.issue19413@psf.upfronthosting.co.za>
In-reply-to
Content
PJE brought up concerns on python-dev regarding PEP 451 and module reloading. [1]  However, the issue isn't with the PEP changing reload semantics (mostly).  Those actually changed with the switch to importlib (and a pure Python reload function) in the 3.3 release.

Nick sounded positive on fixing it, while Brett did not sound convinced it is worth it.  I'm +1 as long as it isn't too complicated to fix.  While we hash that out, here's a patch that hopefully demonstrates it isn't too complicated. :)

[1] https://mail.python.org/pipermail/python-dev/2013-October/129863.html
History
Date User Action Args
2013-10-27 03:16:31eric.snowsetrecipients: + eric.snow, brett.cannon, pje, ncoghlan
2013-10-27 03:16:31eric.snowsetmessageid: <1382843791.56.0.901507046365.issue19413@psf.upfronthosting.co.za>
2013-10-27 03:16:31eric.snowlinkissue19413 messages
2013-10-27 03:16:30eric.snowcreate