summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-10 12:29:52 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-10 12:29:52 (GMT)
commit88efc52d7451ab648c9659e6be47cee34bf0ce43 (patch)
tree962602ddb1ee8f6f5a26ca4788ee96fed0bc79f0 /Misc
parentdf32691e6fa379aca3b7d1f1081d48c6ddd964ba (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cef6edb..e28509e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.