[Python-checkins] r76128 - sandbox/trunk/2to3/lib2to3/tests/test_parser.py

Benjamin Peterson benjamin at python.org
Fri Nov 6 13:40:15 CET 2009


2009/11/6 Antoine Pitrou <solipsis at pitrou.net>:
> <benjamin.peterson> writes:
>>
>>      def test_all_project_files(self):
>> +        if sys.platform.startswith("win"):
>> +            # XXX something with newlines goes wrong on Windows.
>> +            return
>
> You could have used the test skipping API...

Unfortunately, no, because that's not in 2.6.



-- 
Regards,
Benjamin


More information about the Python-checkins mailing list