summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-04 08:27:17 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-04 08:27:17 (GMT)
commit45cdcd93c9e4b16437610cfb69205d3379bee61a (patch)
tree5851075175387ac16712ba583a0dca39ca56041b /Misc/NEWS
parentc2f7d878972db908f5a1bad7af94c692b6d8c564 (diff)
parent290fed43d9cdcd3d738dda319e63e26d7972d734 (diff)
downloadcpython-45cdcd93c9e4b16437610cfb69205d3379bee61a.zip
cpython-45cdcd93c9e4b16437610cfb69205d3379bee61a.tar.gz
cpython-45cdcd93c9e4b16437610cfb69205d3379bee61a.tar.bz2
Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
instead of silently return incorrect result.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bae8c7b..db22c2b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -256,6 +256,9 @@ Core and Builtins
Library
-------
+- Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
+ instead of silently return incorrect result.
+
- Issue #26711: Fixed the comparison of plistlib.Data with other types.
- Issue #24114: Fix an uninitialized variable in `ctypes.util`.