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 brett.cannon
Recipients Arfrever, berker.peksag, brett.cannon, eric.snow, larry, ncoghlan
Date 2013-11-12.15:34:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384270493.63.0.688896401455.issue18864@psf.upfronthosting.co.za>
In-reply-to
Content
I think worrying about more API expansions to handle edge case/advanced reload scenarios is not worth it (or at least not in Python 3.4). And if we are shifting importlib.reload() back to looking for a new finder then we are only worrying about when people decide to directly call exec_module() manually and want some pre-condition way to verify that the reload would succeed w/o putting that logic into exec_module() itself.

All I'm seeing is a mole hill for some advanced users who should be able to deal with it on their own.
History
Date User Action Args
2013-11-12 15:34:53brett.cannonsetrecipients: + brett.cannon, ncoghlan, larry, Arfrever, eric.snow, berker.peksag
2013-11-12 15:34:53brett.cannonsetmessageid: <1384270493.63.0.688896401455.issue18864@psf.upfronthosting.co.za>
2013-11-12 15:34:53brett.cannonlinkissue18864 messages
2013-11-12 15:34:53brett.cannoncreate