diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-04 08:27:17 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-04 08:27:17 (GMT) |
commit | 45cdcd93c9e4b16437610cfb69205d3379bee61a (patch) | |
tree | 5851075175387ac16712ba583a0dca39ca56041b /Misc/NEWS | |
parent | c2f7d878972db908f5a1bad7af94c692b6d8c564 (diff) | |
parent | 290fed43d9cdcd3d738dda319e63e26d7972d734 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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`. |