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

2012-04-17 Thread Brett Cannon
On Tue, Apr 17, 2012 at 05:53, Antoine Pitrou wrote: > On Tue, 17 Apr 2012 04:11:31 +0200 > brett.cannon wrote: > > http://hg.python.org/cpython/rev/3b5b4b4bb43c > > changeset: 76371:3b5b4b4bb43c > > user:Brett Cannon > > date:Mon Apr 16 22:11:25 2012 -0400 > > summary: > >

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

2012-04-17 Thread Antoine Pitrou
On Tue, 17 Apr 2012 04:11:31 +0200 brett.cannon wrote: > http://hg.python.org/cpython/rev/3b5b4b4bb43c > changeset: 76371:3b5b4b4bb43c > user:Brett Cannon > date:Mon Apr 16 22:11:25 2012 -0400 > summary: > Issue #13959: Re-implement imp.load_source() in imp.py. > > files: >