On Sun, 1 Sep 2013 23:02:17 +0200 (CEST) tim.peters <python-checkins@python.org> wrote:
http://hg.python.org/cpython/rev/25211a22228b changeset: 85495:25211a22228b parent: 85493:267e09700978 parent: 85494:8efcf3c823f9 user: Tim Peters <tim@python.org> date: Sun Sep 01 16:01:46 2013 -0500 summary: Merge fix from 3.3 into default.
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 :-(
Probably because they don't have the hgeol extension enabled. Regards Antoine.