Re: [Python-Dev] cpython: Issue #15168: Move importlb.test to test.test_importlib.

2012-07-21 Thread Brett Cannon
On Fri, Jul 20, 2012 at 4:12 PM, Antoine Pitrou wrote: > On Fri, 20 Jul 2012 20:49:03 +0200 (CEST) > brett.cannon wrote: > > diff --git a/Lib/importlib/test/__init__.py > b/Lib/test/test_importlib/__init__.py > > rename from Lib/importlib/test/__init__.py > > rename to Lib/test/test_importlib/__

Re: [Python-Dev] cpython: Issue #15168: Move importlb.test to test.test_importlib.

2012-07-20 Thread Andrew Svetlov
+1 On Fri, Jul 20, 2012 at 11:25 PM, R. David Murray wrote: > On Fri, 20 Jul 2012 22:12:26 +0200, Antoine Pitrou > wrote: >> On Fri, 20 Jul 2012 20:49:03 +0200 (CEST) >> brett.cannon wrote: >> > diff --git a/Lib/importlib/test/__init__.py >> > b/Lib/test/test_importlib/__init__.py >> > rename

Re: [Python-Dev] cpython: Issue #15168: Move importlb.test to test.test_importlib.

2012-07-20 Thread R. David Murray
On Fri, 20 Jul 2012 22:12:26 +0200, Antoine Pitrou wrote: > On Fri, 20 Jul 2012 20:49:03 +0200 (CEST) > brett.cannon wrote: > > diff --git a/Lib/importlib/test/__init__.py > > b/Lib/test/test_importlib/__init__.py > > rename from Lib/importlib/test/__init__.py > > rename to Lib/test/test_importl

Re: [Python-Dev] cpython: Issue #15168: Move importlb.test to test.test_importlib.

2012-07-20 Thread Antoine Pitrou
On Fri, 20 Jul 2012 20:49:03 +0200 (CEST) brett.cannon wrote: > diff --git a/Lib/importlib/test/__init__.py > b/Lib/test/test_importlib/__init__.py > rename from Lib/importlib/test/__init__.py > rename to Lib/test/test_importlib/__init__.py > --- a/Lib/importlib/test/__init__.py > +++ b/Lib/test/