[issue18889] test_sax: multiple failures on Windows desktop

Terry J. Reedy report at bugs.python.org
Sat Aug 31 04:00:06 CEST 2013


Terry J. Reedy added the comment:

On #12037, David suggests instead the equivalent of this:

with open(TEST_XMLFILE_OUT) as f:
    xml_test_out = f.read().encode('ascii')

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18889>
_______________________________________


More information about the Python-bugs-list mailing list