
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2013-06-11 20:47 bybrett.cannon, last changed2022-04-11 14:57 byadmin. This issue is nowclosed.
| Messages (3) | |||
|---|---|---|---|
| msg190983 -(view) | Author: Brett Cannon (brett.cannon)*![]() | 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)*![]() | 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)![]() | Date: 2013-06-15 02:35 | |
New changeset32067804942e by Brett Cannon in branch 'default':Issue#18194: Introduce importlib.util.cache_from_source() andhttp://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 | |