]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merge fix from 3.3 into default.
authorTim Peters <tim@python.org>
Sun, 1 Sep 2013 21:01:46 +0000 (16:01 -0500)
committerTim Peters <tim@python.org>
Sun, 1 Sep 2013 21:01:46 +0000 (16:01 -0500)
Fix issue 18889: test_sax: multiple failures on Windows desktop.

"The fix" is to tell Mercurial that the test files are binary.

Windows developers:  to get the correct line endings in your checkout,
delete Lib\test\xmltestdata, and then "hg revert" that directory.

Why the Windows buildbots didn't fail test_sax remains a mystery :-(


Trivial merge