[Python-Dev] 3to2 0.1 alpha 1 released

2009-08-26 Thread 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 2.7, because it requires a newer ve

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-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 > > re

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

2009-08-31 Thread Joe Amenta
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

Re: [Python-Dev] PEP 385 progress report

2010-02-13 Thread Joe Amenta
es > them. For this use case, a tightly-integrated lib2to3 (with that name > and sole purpose) is the best thing. > > Regards, > Martin > > > Yes, if the trunk were the official master for lib2to3, then 3to2 would not change at all. If fixes to lib2to3 were immediately propagated

[Python-Dev] lib3to2 in the 3.2 standard library?

2010-02-21 Thread Joe Amenta
t it. http://pypi.python.org/pypi/3to2 is the PyPI page that has both of those links. --Joe Amenta ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-d

Re: [Python-Dev] GSoC 2010 is on -- projects?

2010-03-24 Thread Joe Amenta
ting system of some >> sort be put in place ? >> > > Like most contributors, students choose projects, within the limits of what > they can get mentors for, that scratch their itches. They may or may not > otherwise be swayed by requests and opinions. > > My views.

Re: [Python-Dev] packaging backport

2011-06-21 Thread Joe Amenta
quot;distutils2", to the MAPPING dictionary near the top, then you can run 3to2 like this: 3to2 -fpackaging -fimports files_to_fix.py (-w option to write changes to the files modified) Hope this helps, --Joe Amenta fix_packaging.py Description: Binary data __