Re: [Python-Dev] Language summit writeup anyone?

2011-06-21 Thread Mark Dickinson
On Mon, Jun 20, 2011 at 1:31 PM, Antoine Pitrou wrote: > Maciej Fijalkowski a écrit : >> >> Unfortunately I'm missing Europython (and language summit) this year. >> Did anyone do a writeup on what was discussed? > > Mark Dickinson has been taking notes, but since there only a few of us > (roughly

[Python-Dev] packaging backport

2011-06-21 Thread Tarek Ziadé
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

Re: [Python-Dev] packaging backport

2011-06-21 Thread Nick Coghlan
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

Re: [Python-Dev] packaging backport

2011-06-21 Thread R. David Murray
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

Re: [Python-Dev] packaging backport

2011-06-21 Thread Tarek Ziadé
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

Re: [Python-Dev] packaging backport

2011-06-21 Thread Tarek Ziadé
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

Re: [Python-Dev] packaging backport

2011-06-21 Thread Tarek Ziadé
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

Re: [Python-Dev] packaging backport

2011-06-21 Thread Joe Amenta
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

Re: [Python-Dev] In-Python virtualisation and packaging

2011-06-21 Thread Vinay Sajip
Nick Coghlan gmail.com> writes: > How well does the regression test suite cope when run inside such a > virtualised environment? I followed this up, and three tests fail: test_lib2to3, test_packaging and test_sysconfig. These are errors which show up on the default branch too [1][2]; full result