This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients Photoniker, eli.bendersky, rhettinger, scoder, serhiy.storchaka
Date 2019-03-22.09:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553247398.52.0.846897195719.issue36233@roundup.psfhosted.org>
In-reply-to
Content
As a work-around, you can provide your own XML declaration (or not) and pass "xml_declaration=False" into ElementTree.write() to prevent it from adding one. UTF-8 encoded XML is ok without such a declaration.
History
Date User Action Args
2019-03-22 09:36:38scodersetrecipients: + scoder, rhettinger, eli.bendersky, serhiy.storchaka, Photoniker
2019-03-22 09:36:38scodersetmessageid: <1553247398.52.0.846897195719.issue36233@roundup.psfhosted.org>
2019-03-22 09:36:38scoderlinkissue36233 messages
2019-03-22 09:36:38scodercreate