commit | 9d2e3a1e2f248c75bd73874ac42ba77d4f7c4854 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim@python.org> | Sun Sep 01 15:56:22 2013 -0500 |
committer | Tim Peters <tim@python.org> | Sun Sep 01 15:56:22 2013 -0500 |
tree | 776efa44ef3eb42a8ac6a4c9163172dd29d8b35b | |
parent | 4c8ce847e64b0ad7bfebad95034943f5addc0e09 [diff] |
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 :-(