New submission from Vyacheslav Rafalskiy:
In Python 3.5.4 and 3.6.2, both on Windows and Linux, parsing a manifestly
correct xml file like:
xml.etree.ElementTree.parse('bad_file.xml')
raises:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 1023:
Changes by Vyacheslav Rafalskiy :
Added file: http://bugs.python.org/file47109/bad_file.xml
___
Python tracker
<http://bugs.python.org/issue31303>
___
___
Python-bug
Vyacheslav Rafalskiy added the comment:
Take look at this one too: http://bugs.python.org/issue2118
It is supposed to be fixed.
--
nosy: +Vyacheslav.Rafalskiy
___
Python tracker
<http://bugs.python.org/issue20