Message202695
| 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. |
|