From: Tim Peters Date: Sun, 1 Sep 2013 21:01:46 +0000 (-0500) Subject: Merge fix from 3.3 into default. X-Git-Tag: v3.4.0a2~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56dadf7d021691634d52b8b310cdd4a1fe872c65;p=thirdparty%2FPython%2Fcpython.git 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 :-( --- 56dadf7d021691634d52b8b310cdd4a1fe872c65