[issue18194] Move imp.source_from_cache/cache_from_source to importlib

2013-06-14 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- assignee: - brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18194 ___ ___

[issue18194] Move imp.source_from_cache/cache_from_source to importlib

2013-06-14 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- resolution: - fixed stage: test needed - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18194 ___

[issue18194] Move imp.source_from_cache/cache_from_source to importlib

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Python tracker

[issue18194] Move imp.source_from_cache/cache_from_source to importlib

2013-06-11 Thread Brett Cannon
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

[issue18194] Move imp.source_from_cache/cache_from_source to importlib

2013-06-11 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: 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

[issue18194] Move imp.source_from_cache/cache_from_source to importlib

2013-06-11 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18194 ___