[New-bugs-announce] [issue18194] Move imp.source_from_cache/cache_from_source to importlib
Brett Cannon
report at bugs.python.org
Tue Jun 11 22:47:03 CEST 2013
New submission from Brett Cannon:
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.
----------
components: Library (Lib)
messages: 190983
nosy: brett.cannon
priority: normal
severity: normal
stage: test needed
status: open
title: Move imp.source_from_cache/cache_from_source to importlib
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18194>
_______________________________________
More information about the New-bugs-announce
mailing list