Message160525
| Author |
brett.cannon |
| Recipients |
brett.cannon, ezio.melotti |
| Date |
2012年05月13日.17:07:21 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1336928842.28.0.923656073755.issue14797@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
http://hg.python.org/lookup/59870239813c documents imp.find_module/load_module as deprecated w/o actually raising the deprecation. The code works fine, but the API is just crap. So in the name of ease of transition (and my own personal sanity), I didn't go full-blown deprecation. The remaining code that uses imp.find_module() in the stdlib uses the API's unique properties (e.g. executing under a different name in multiprocessing) or directly exposes the API (e.g. pkgutil and modulefinder). As for idle, I don't run the tool so I don't feel like editing the code and getting it wrong. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年05月13日 17:07:22 | brett.cannon | set | recipients:
+ brett.cannon, ezio.melotti |
| 2012年05月13日 17:07:22 | brett.cannon | set | messageid: <1336928842.28.0.923656073755.issue14797@psf.upfronthosting.co.za> |
| 2012年05月13日 17:07:21 | brett.cannon | link | issue14797 messages |
| 2012年05月13日 17:07:21 | brett.cannon | create |
|