[Python-checkins] r63532 - sandbox/trunk/2to3/lib2to3/tests/test_fixers.py

Brett Cannon brett at python.org
Thu May 22 21:59:24 CEST 2008


On Wed, May 21, 2008 at 11:45 PM, Georg Brandl <g.brandl at gmx.net> wrote:
> brett.cannon schrieb:
>>
>> Author: brett.cannon
>> Date: Thu May 22 05:02:43 2008
>> New Revision: 63532
>>
>> Log:
>> When testing fix_imports, no need to only test a subset of input; test it
>> all!
>>
>> Do all revisions to the sandbox need to be manually applied to the trunk?
>
> IIRC svnmerge merging is set up for 2to3 too.
>

Yep, although doing a merge leads to test_lib2to3 failing. The
revisions it is missing include testing ALL renames which, beyond
making the test take longer, fail on imoprts of builtin.print . Might
have something to do with lacking a __future__ statement for the
parser to not throw a fit of the use of a keyword argument, but since
I don't know 2to3 very well I am not sure (Collin?).

-Brett


More information about the Python-checkins mailing list