New submission from Tim Peters:

Don't know whether this is new.  Found it running the test suite under a 
3.4.0a2 freshly installed from the python.org .msi installer:

== CPython 3.4.0a2 (v3.4.0a2:9265a2168e2c+, Sep 8 2013, 19:41:05) [MSC v.1600 
32 bit (Intel)]
==   Windows-Vista-6.0.6002-SP2 little-endian

`regrtest -v test_sax` output attached.  Interestingly, test_sax passes under 
the tip HG Pythons I build myself.

Didn't we recently fix something like this???  Appears to be a line-end 
problem.  Ya!  Whoever builds the Windows installer needs to delete directory 
Lib\test\xmltestdata on their box, and then do "hg revert" on that directory to 
get fresh copies of the test data.  .hgeol was changed to treat those files as 
binary, but Mercurial doesn't replace the files automatically just because 
.hgeol changed.

----------
components: Tests
files: test_sax.out
messages: 197415
nosy: tim.peters
priority: normal
severity: normal
status: open
title: test_sax fails on Windows under 3.4.0a2
versions: Python 3.4
Added file: http://bugs.python.org/file31705/test_sax.out

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18992>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to