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.
Created on 2013年06月11日 20:47 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg190983 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2013年06月11日 20:47 | |
To facilitate deprecating imp, need to move imp.source_from_cache() and cache_from_source() to importlib.util or as static methods on importlib.machinery.SourceLoader. |
|||
| msg190986 - (view) | Author: Barry A. Warsaw (barry) * (Python committer) | Date: 2013年06月11日 21:06 | |
On Jun 11, 2013, at 08:47 PM, Brett Cannon wrote: >To facilitate deprecating imp, need to move imp.source_from_cache() and >cache_from_source() to importlib.util or as static methods on >importlib.machinery.SourceLoader. +1 for importlib.util. They should be publicly - and easily - available. -Barry |
|||
| msg191186 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年06月15日 02:35 | |
New changeset 32067804942e by Brett Cannon in branch 'default': Issue #18194: Introduce importlib.util.cache_from_source() and http://hg.python.org/cpython/rev/32067804942e |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:46 | admin | set | github: 62394 |
| 2013年06月15日 02:35:59 | brett.cannon | set | status: open -> closed resolution: fixed stage: test needed -> resolved |
| 2013年06月15日 02:35:48 | python-dev | set | nosy:
+ python-dev messages: + msg191186 |
| 2013年06月14日 22:36:49 | brett.cannon | set | assignee: brett.cannon |
| 2013年06月11日 22:07:05 | Arfrever | set | nosy:
+ Arfrever |
| 2013年06月11日 21:06:40 | barry | set | nosy:
+ barry messages: + msg190986 |
| 2013年06月11日 20:47:48 | brett.cannon | link | issue17177 dependencies |
| 2013年06月11日 20:47:03 | brett.cannon | create | |