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

Antoine Pitrou solipsis at pitrou.net
Tue Apr 17 11:53:38 CEST 2012


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 :-)

Regards

Antoine.




More information about the Python-Dev mailing list