◐ Shell
clean mode source ↗

Message 158691 - Python tracker

Message158691

Author eric.snow
Recipients brett.cannon, eric.snow
Date 2012-04-19.01:32:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334799147.41.0.250628519615.issue14618@psf.upfronthosting.co.za>
In-reply-to
Content
Once imp.reload() is moved to imp.py, and the code is stripped from Python/import.c, we can see where modules_reloading stands.  I expect that it will have become entirely superfluous at that point.
History
Date User Action Args
2012-04-19 01:32:27eric.snowsetrecipients: + eric.snow, brett.cannon
2012-04-19 01:32:27eric.snowsetmessageid: <1334799147.41.0.250628519615.issue14618@psf.upfronthosting.co.za>
2012-04-19 01:32:26eric.snowlinkissue14618 messages
2012-04-19 01:32:26eric.snowcreate