mirror of
https://github.com/python/cpython.git
synced 2025-11-11 11:01:39 +00:00
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
|
||
|---|---|---|
| .. | ||
| dom | ||
| etree | ||
| parsers | ||
| sax | ||
| __init__.py | ||