[issue36233] xml ElementTree quotation marks of xml version string

2019-03-11 Thread Johann Krauter
Johann Krauter added the comment: The xml parser of OpenCV (3.4.5) in C++ is not able to load such xml file. -- ___ Python tracker <https://bugs.python.org/issue36

[issue36233] xml ElementTree quotation marks of xml version string

2019-03-08 Thread Johann Krauter
New submission from Johann Krauter : I have the problem, that a xml file is save with the following xml declaration: instead of I would propose to change the line number 769 in the ElementTree.py to: write("\n" % ( declared_encoding,)) -- compo