On Tue, Apr 17, 2012 at 05:53, Antoine Pitrou <solip...@pitrou.net> wrote:

> On Tue, 17 Apr 2012 04:11:31 +0200
> brett.cannon <python-check...@python.org> wrote:
> > http://hg.python.org/cpython/rev/3b5b4b4bb43c
> > changeset:   76371:3b5b4b4bb43c
> > user:        Brett Cannon <br...@python.org>
> > date:        Mon Apr 16 22:11:25 2012 -0400
> > summary:
> >   Issue #13959: Re-implement imp.load_source() in imp.py.
> >
> > files:
> >   Lib/imp.py      |   29 ++-
> >   Python/import.c |  390 ------------------------------------
> >   2 files changed, 28 insertions(+), 391 deletions(-)
>
> It's nice to see all that C code go away :-)
>

Oh yes. =) It's definitely acting as motivation to put up with imp's crappy
APIs.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to