
benjamin at python
Nov 6, 2009, 4:40 AM
Post #2 of 2
(63 views)
Permalink
|
|
Re: r76128 - sandbox/trunk/2to3/lib2to3/tests/test_parser.py
[In reply to]
|
|
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 _______________________________________________ Python-checkins mailing list Python-checkins[at]python.org http://mail.python.org/mailman/listinfo/python-checkins
|