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

Antoine Pitrou solipsis at pitrou.net
Fri Nov 6 12:35:31 CET 2009


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

cheers

Antoine.




More information about the Python-checkins mailing list