summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-10-20 22:52:33 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-10-20 22:52:33 (GMT)
commita0e768ccc250dbe6ffab812b7964538013ae36c4 (patch)
tree80630a60d1c6dc489f7fd398e7ac6227fe34a1c1 /Misc/NEWS
parent4ea16e56ebd39e95392e3549c7dad2dd4d6ed602 (diff)
downloadcpython-a0e768ccc250dbe6ffab812b7964538013ae36c4.zip
cpython-a0e768ccc250dbe6ffab812b7964538013ae36c4.tar.gz
cpython-a0e768ccc250dbe6ffab812b7964538013ae36c4.tar.bz2
#19307: Improve error message for json.load(s) while passing objects of the wrong type.
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 6d4399a..bff7097 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,9 @@ Core and Builtins
Library
-------
+- Issue #19307: Improve error message for json.load(s) while passing objects
+ of the wrong type.
+
- Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
limiting the call to readline(). Original patch by Michał
Jastrzębski and Giampaolo Rodola.