summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-07-26 06:01:22 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-07-26 06:01:22 (GMT)
commit83236f7a8b638454ea74743e1103faa0545e9a62 (patch)
treec5aa126ac3d23fd73dcd592c5c60076eb0a90fb2 /Misc/NEWS
parent5a294d822b7f5732135662907ec1a1d4a7b0fc9a (diff)
downloadcpython-83236f7a8b638454ea74743e1103faa0545e9a62.zip
cpython-83236f7a8b638454ea74743e1103faa0545e9a62.tar.gz
cpython-83236f7a8b638454ea74743e1103faa0545e9a62.tar.bz2
Issue #24683: Fixed crashes in _json functions called with arguments of
inappropriate 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 a347b94..b84e38d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,9 @@ Core and Builtins
Library
-------
+- Issue #24683: Fixed crashes in _json functions called with arguments of
+ inappropriate type.
+
- Issue #21697: shutil.copytree() now correctly handles symbolic links that
point to directories. Patch by Eduardo Seabra and Thomas Kluyver.