mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -04:00
707839b0fe
ElementTree method write() and function tostring() now use the text file's
encoding ("UTF-8" if not available) instead of locale encoding in XML
declaration when encoding="unicode" is specified.