[issue8566] 2to3 should run under python 2.5

2010-04-30 Thread Jeffrey Yasskin
Jeffrey Yasskin added the comment: Done. -- keywords: -needs review stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue8566] 2to3 should run under python 2.5

2010-04-30 Thread Benjamin Peterson
Benjamin Peterson added the comment: 2010/4/30 Jeffrey Yasskin : > > Jeffrey Yasskin added the comment: > > Thanks. Committed as r80668. May I update > http://python.org/dev/peps/pep-0291/ to reflect that 2to3 should continue > working on python-2.5? I suppose it can't hurt, but I don't know

[issue8566] 2to3 should run under python 2.5

2010-04-30 Thread Jeffrey Yasskin
Jeffrey Yasskin added the comment: Thanks. Committed as r80668. May I update http://python.org/dev/peps/pep-0291/ to reflect that 2to3 should continue working on python-2.5? -- ___ Python tracker _

[issue8566] 2to3 should run under python 2.5

2010-04-30 Thread Benjamin Peterson
Benjamin Peterson added the comment: 2010/4/30 Jeffrey Yasskin : > > Jeffrey Yasskin added the comment: > > In what way will my patch break test_parser on Windows? I preserved the > behavior of re-opening the file in text mode after determining the encoding. > Do I need to add 'U' to open()'s

[issue8566] 2to3 should run under python 2.5

2010-04-30 Thread Jeffrey Yasskin
Jeffrey Yasskin added the comment: In what way will my patch break test_parser on Windows? I preserved the behavior of re-opening the file in text mode after determining the encoding. Do I need to add 'U' to open()'s mode string? -- ___ Python trac

[issue8566] 2to3 should run under python 2.5

2010-04-30 Thread Benjamin Peterson
Benjamin Peterson added the comment: Your patch will break test_parser on Windows. -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue8566] 2to3 should run under python 2.5

2010-04-28 Thread Dave Malcolm
Changes by Dave Malcolm : -- nosy: +dmalcolm ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue8566] 2to3 should run under python 2.5

2010-04-28 Thread Collin Winter
Changes by Collin Winter : -- nosy: +collinwinter ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue8566] 2to3 should run under python 2.5

2010-04-28 Thread Jeffrey Yasskin
New submission from Jeffrey Yasskin : Sorry for being all curmudgeonly, but we're using 2to3 in the benchmark suite at http://hg.python.org/benchmarks/, and, since many of the non-CPython implementations are still only 2.5-compatible, the version there needs to run under python 2.5. At the sam