[issue15834] 2to3 benchmark not working under Python 3

2013-05-03 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue15834] 2to3 benchmark not working under Python 3

2013-05-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 66f168b468c3 by Brett Cannon in branch 'default': #15834: Make 2to3 so it can actually be proper translated. http://hg.python.org/benchmarks/rev/66f168b468c3 -- nosy: +python-dev ___ Python tracker

[issue15834] 2to3 benchmark not working under Python 3

2013-04-27 Thread Brett Cannon
Brett Cannon added the comment: Since lib3 now exists we should probably take advantage and just keep a translated, patched copy of 2to3 there to avoid this problem while keeping performance on an even keel for comparison. -- ___ Python tracker

[issue15834] 2to3 benchmark not working under Python 3

2013-04-27 Thread Brett Cannon
Changes by Brett Cannon : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue15834] 2to3 benchmark not working under Python 3

2013-03-26 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: collinwinter -> brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue15834] 2to3 benchmark not working under Python 3

2012-08-31 Thread Brett Cannon
Brett Cannon added the comment: On Fri, Aug 31, 2012 at 6:42 PM, Antoine Pitrou wrote: > > Antoine Pitrou added the comment: > > > Might need to let Python 3 use its stdlib copy of lib2to3. Otherwise > > will need to come up with a way to have two copies of a library, one > > for Python 2 and an

[issue15834] 2to3 benchmark not working under Python 3

2012-08-31 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Might need to let Python 3 use its stdlib copy of lib2to3. Otherwise > will need to come up with a way to have two copies of a library, one > for Python 2 and another for Python 3, and then copy the right thing. > Maybe a lib3 directory that is only copied over

[issue15834] 2to3 benchmark not working under Python 3

2012-08-31 Thread Brett Cannon
New submission from Brett Cannon: 2to3 isn't (ironically) translating lib2to3 so that it can run under Python 3: File "/Users/bcannon/Developer/repo/benchmarks_py3k/lib/2to3/lib2to3/fixes/fix_operator.py", line 89, in _check_method method = getattr(self, "_" + results["method"][0].value.en