[Python-Dev] cpython: Issue #13959: Re-implement imp.load_source() in imp.py.

Brett Cannon brett at python.org
Tue Apr 17 17:36:20 CEST 2012


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

> On Tue, 17 Apr 2012 04:11:31 +0200
> brett.cannon <python-checkins at python.org> wrote:
> > http://hg.python.org/cpython/rev/3b5b4b4bb43c
> > changeset:   76371:3b5b4b4bb43c
> > user:        Brett Cannon <brett at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20120417/5c61261f/attachment-0001.html>


More information about the Python-Dev mailing list