cpython/Lib/xml
Miss Islington (bot) 6fe7e0264f
gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426) (GH-93793)
Suppress writing an XML declaration in open files in ElementTree.write()
with encoding='unicode' and xml_declaration=None.

If file patch is passed to ElementTree.write() with encoding='unicode',
always open a new file in UTF-8.
(cherry picked from commit d7db9dc3cc)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2022-07-26 12:20:33 +02:00
..
dom
etree gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426) (GH-93793) 2022-07-26 12:20:33 +02:00
parsers
sax
__init__.py