commit | f898038ca06f50fd328e0cd0eb5e5b9383b90680 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Feb 10 14:26:08 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Feb 10 14:26:08 2013 +0200 |
tree | 94a41934dece7a1200afdb9d43f3dfaca03987f7 | |
parent | 0dd3d309ab63f107f05f45e50c6d72c7d25fe5ff [diff] [blame] |
Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings.
diff --git a/Misc/NEWS b/Misc/NEWS index eab4993..39298b5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -202,6 +202,8 @@ Library ------- +- Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings. + - Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.