Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-31 Thread Joe Amenta
Thanks Brett and Sridhar for the info. 3to2's version info has been PEP386-ified, and the latest version can always be found at http://pypi.python.org/pypi/3to2/ (the previous link will now generate an error). --Joe On Mon, Aug 31, 2009 at 3:25 PM, Brett Cannon wrote: > On Mon, Aug 31, 2009 at

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-31 Thread Brett Cannon
On Mon, Aug 31, 2009 at 12:18, Sridhar Ratnakumar wrote: > On Wed, 26 Aug 2009 15:55:54 -0700, Joe Amenta wrote: > >> -- 3to2 is now registered with PyPI.  Did I do it right? > >> http://pypi.python.org/pypi/3to2/0.1%20alpha%201 > > Please fix the version number to not contain any whitespace chara

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-31 Thread Sridhar Ratnakumar
On Wed, 26 Aug 2009 15:55:54 -0700, Joe Amenta wrote: -- 3to2 is now registered with PyPI. Did I do it right? http://pypi.python.org/pypi/3to2/0.1%20alpha%201 Please fix the version number to not contain any whitespace characters. Also set the `version` argument in setup(..) in your set

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-27 Thread Joe Amenta
On Thu, Aug 27, 2009 at 6:48 PM, Brett Cannon wrote: > On Thu, Aug 27, 2009 at 14:47, Benjamin Peterson > wrote: > > 2009/8/27 Brett Cannon : > >> What are the plans to merge this into Python's repository so we can > >> all help out on this? > > > > None at the moment. I think the community needs

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-27 Thread Joe Amenta
On Thu, Aug 27, 2009 at 4:08 PM, Benjamin Peterson wrote: > 2009/8/26 Joe Amenta : > > Hello all, > > > > I have released the first alpha version of 3to2 after finishing it for my > > Google Summer of Code 2009(tm) project. You can get the tarball for this > > release at > > http://bitbucket.org/

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-27 Thread Jesse Noller
On Thu, Aug 27, 2009 at 7:43 PM, "Martin v. Löwis" wrote: >>> None at the moment. I think the community needs to show its interest >>> in it and Joe his willingness to maintain it in the future in order >>> for it to qualify for addition to the stdlib. >> >> Is that how 2to3 got in? If I remember c

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-27 Thread Martin v. Löwis
> How about moving it to a new repository on hg.python.org > ? Give it more of an "official" feel without the > burden of being in theb cpython tree? Unfortunately, this is not yet set up (i.e. you can't push to it). Regards, Martin _

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-27 Thread Arc Riley
How about moving it to a new repository on hg.python.org? Give it more of an "official" feel without the burden of being in theb cpython tree? On Thu, Aug 27, 2009 at 7:43 PM, "Martin v. Löwis" wrote: > > Ok, so then it should be easy to generate some real interest out of > it, right? E.g. a som

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-27 Thread Martin v. Löwis
>> None at the moment. I think the community needs to show its interest >> in it and Joe his willingness to maintain it in the future in order >> for it to qualify for addition to the stdlib. > > Is that how 2to3 got in? If I remember correctly, this was a huge > request from the language summit -

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-27 Thread Benjamin Peterson
2009/8/27 Jesse Noller : > On Thu, Aug 27, 2009 at 5:47 PM, Benjamin Peterson wrote: >> 2009/8/27 Brett Cannon : >>> What are the plans to merge this into Python's repository so we can >>> all help out on this? >> >> None at the moment. I think the community needs to show its interest >> in it and

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-27 Thread Brett Cannon
On Thu, Aug 27, 2009 at 14:47, Benjamin Peterson wrote: > 2009/8/27 Brett Cannon : >> What are the plans to merge this into Python's repository so we can >> all help out on this? > > None at the moment. I think the community needs to show its interest > in it and Joe his willingness to maintain it

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-27 Thread Jesse Noller
On Thu, Aug 27, 2009 at 5:47 PM, Benjamin Peterson wrote: > 2009/8/27 Brett Cannon : >> What are the plans to merge this into Python's repository so we can >> all help out on this? > > None at the moment. I think the community needs to show its interest > in it and Joe his willingness to maintain i

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-27 Thread Benjamin Peterson
2009/8/27 Brett Cannon : > What are the plans to merge this into Python's repository so we can > all help out on this? None at the moment. I think the community needs to show its interest in it and Joe his willingness to maintain it in the future in order for it to qualify for addition to the stdl

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-27 Thread Brett Cannon
What are the plans to merge this into Python's repository so we can all help out on this? On Thu, Aug 27, 2009 at 13:08, Benjamin Peterson wrote: > 2009/8/26 Joe Amenta : >> Hello all, >> >> I have released the first alpha version of 3to2 after finishing it for my >> Google Summer of Code 2009(tm)

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-27 Thread Benjamin Peterson
2009/8/26 Joe Amenta : > Hello all, > > I have released the first alpha version of 3to2 after finishing it for my > Google Summer of Code 2009(tm) project.  You can get the tarball for this > release at > http://bitbucket.org/amentajo/lib3to2/downloads/3to2_0.1-alpha1.tar.gz. > This requires python

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-27 Thread Frank Wierzbicki
On Wed, Aug 26, 2009 at 3:29 PM, Joe Amenta wrote: > Hello all, > > I have released the first alpha version of 3to2 after finishing it for my > Google Summer of Code 2009(tm) project. Wow, congratulations! -Frank ___ Python-Dev mailing list Python-Dev@p

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-27 Thread Michael Foord
Congratulations and thank you - this is *great* news. Michael Joe Amenta wrote: Hello all, I have released the first alpha version of 3to2 after finishing it for my Google Summer of Code 2009(tm) project. You can get the tarball for this release at http://bitbucket.org/amentajo/lib3to2/dow

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-26 Thread Joe Amenta
On Wed, Aug 26, 2009 at 4:26 PM, "Martin v. Löwis" wrote: > > I have released the first alpha version of 3to2 after finishing it for > > my Google Summer of Code 2009(tm) project. > > Congratulations! I understand SoC is basically over, but I would still > like to request two things: > > - can you

Re: [Python-Dev] 3to2 0.1 alpha 1 released

2009-08-26 Thread Martin v. Löwis
> I have released the first alpha version of 3to2 after finishing it for > my Google Summer of Code 2009(tm) project. Congratulations! I understand SoC is basically over, but I would still like to request two things: - can you please register it with PyPI? - can you please announce/report some pl