[Python-ideas] sys.implementation

Brett Cannon brett at python.org
Wed Mar 21 15:19:55 CET 2012


On Tue, Mar 20, 2012 at 22:00, Benjamin Peterson <benjamin at python.org>wrote:

> Nick Coghlan <ncoghlan at ...> writes:
> >
> > I believe that was Brett's point.
>
> Ah, so you're not suggesting moving imp.source_to_cache() to some
> sys.implementation module. Great.


Just FYI, everyone guessed right about what I was thinking and Benjamin is
right about not suggesting moving imp.source_to_cache() but simply adding
sys.implementation so that imp.source_to_cache() can use that instead of
imp.get_tag().
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20120321/dfa8945b/attachment.html>


More information about the Python-ideas mailing list