diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-10 12:29:52 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-10 12:29:52 (GMT) |
commit | 88efc52d7451ab648c9659e6be47cee34bf0ce43 (patch) | |
tree | 962602ddb1ee8f6f5a26ca4788ee96fed0bc79f0 /Misc | |
parent | df32691e6fa379aca3b7d1f1081d48c6ddd964ba (diff) | |
download | cpython-88efc52d7451ab648c9659e6be47cee34bf0ce43.zip cpython-88efc52d7451ab648c9659e6be47cee34bf0ce43.tar.gz cpython-88efc52d7451ab648c9659e6be47cee34bf0ce43.tar.bz2 |
Issue #1470548: XMLGenerator now works with binary output streams.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -218,6 +218,8 @@ Core and Builtins Library ------- +- Issue #1470548: XMLGenerator now works with binary output streams. + - Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. |