New submission from Simeon Warner:
Seems that in python3 the XML encoding declaration from xml.etree.ElementTree
has changed from 2.x in that it is now lowercased, e.g. 'utf-8'. While the XML
spec [1] says that decoders _SHOULD_ understand this, the encoding string
_SHOULD_ be &
Simeon Warner added the comment:
s/Path/Patch/
--
___
Python tracker
<http://bugs.python.org/issue25047>
___
___
Python-bugs-list mailing list
Unsubscribe:
Simeon Warner added the comment:
Path looks fine and seems to work as expected -- Simeon
--
___
Python tracker
<http://bugs.python.org/issue25047>
___
___
Pytho