On Tue, Jun 21, 2011 at 9:27 AM, Tarek Ziadé wrote:
> On Tue, Jun 21, 2011 at 3:12 PM, R. David Murray
> wrote:
> > On Tue, 21 Jun 2011 13:42:05 +0200, =?ISO-8859-1?Q?Tarek_Ziad=E9?= <
> ziade.ta...@gmail.com> wrote:
> >> Before I start to write my own refactoring tool, I was wondering if
> >> a
On Tue, Jun 21, 2011 at 3:37 PM, Joe Amenta wrote:
...
>
> Yes, 2to3/3to2 does not do anything fancy like that. The tools are purely
> concerned with syntax, whereas renaming imports is semantic. The good news
> is that this line:
> import packaging as _myPackaging
> can be replaced by:
> import
On Tue, Jun 21, 2011 at 3:12 PM, R. David Murray wrote:
> On Tue, 21 Jun 2011 13:42:05 +0200, =?ISO-8859-1?Q?Tarek_Ziad=E9?=
> wrote:
>> Before I start to write my own refactoring tool, I was wondering if
>> anyone here had some experience in this, and could give me some hints.
>
> Coul you coul
On Tue, Jun 21, 2011 at 2:44 PM, Nick Coghlan wrote:
> 2to3 or Brett's mnfy are likely to be reasonable starting points.
Will look at mnfy, thanks
--
Tarek Ziadé | http://ziade.org
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.o
On Tue, 21 Jun 2011 13:42:05 +0200, =?ISO-8859-1?Q?Tarek_Ziad=E9?=
wrote:
> Before I start to write my own refactoring tool, I was wondering if
> anyone here had some experience in this, and could give me some hints.
Coul you could just write a 3to2 fixer? I don't know how hard it is to
run jus
2to3 or Brett's mnfy are likely to be reasonable starting points.
___
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.c
Hello
I am starting the backport of Packaging into a standalone version
named Distutils2 -- this is very important to speed up the development
of packaging itself since it'll give of more feedback from 2.x
projects
To do this I need to create a script that does a mass renaming of
'packaging' into