diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-10-20 22:52:33 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-10-20 22:52:33 (GMT) |
commit | a0e768ccc250dbe6ffab812b7964538013ae36c4 (patch) | |
tree | 80630a60d1c6dc489f7fd398e7ac6227fe34a1c1 /Misc/NEWS | |
parent | 4ea16e56ebd39e95392e3549c7dad2dd4d6ed602 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |