Re: [Python-Dev] Distutils2 next steps

2011-02-21 Thread Tarek Ziadé
On Mon, Feb 21, 2011 at 7:22 PM, Brett Cannon wrote: ... >> - distutils2 will continue to be released as a standalone project from >> 2.4 to 3.2. Probably by using 3to2, but I have not tried the tool yet. > > So does this mean that primary development will move to py3k and then > you will simply p

Re: [Python-Dev] Distutils2 next steps

2011-02-21 Thread Brett Cannon
On Mon, Feb 21, 2011 at 00:02, Tarek Ziadé wrote: > On Mon, Feb 21, 2011 at 8:48 AM, Georg Brandl wrote: >> On 21.02.2011 08:41, Tarek Ziadé wrote: >>> Hello >>> >>> Now that Python 3.2 is out, I am planning to do the following with >>> Distutils2: >>> >>> 1 - release a new alpha before Pycon fo

Re: [Python-Dev] Distutils2 next steps

2011-02-21 Thread Tarek Ziadé
On Mon, Feb 21, 2011 at 8:48 AM, Georg Brandl wrote: > On 21.02.2011 08:41, Tarek Ziadé wrote: >> Hello >> >> Now that Python 3.2 is out, I am planning to do the following with >> Distutils2: >> >> 1 - release a new alpha before Pycon for community feedback >> 2 - add distutils2 back in the trunk

Re: [Python-Dev] Distutils2 next steps

2011-02-20 Thread Georg Brandl
On 21.02.2011 08:41, Tarek Ziadé wrote: > Hello > > Now that Python 3.2 is out, I am planning to do the following with Distutils2: > > 1 - release a new alpha before Pycon for community feedback > 2 - add distutils2 back in the trunk, along with the changes in > pkgutil and sysconfig > 3 - contin

[Python-Dev] Distutils2 next steps

2011-02-20 Thread Tarek Ziadé
Hello Now that Python 3.2 is out, I am planning to do the following with Distutils2: 1 - release a new alpha before Pycon for community feedback 2 - add distutils2 back in the trunk, along with the changes in pkgutil and sysconfig 3 - continue the ongoing work in Distutils2 to prepare the first P