diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-07-26 06:01:22 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-07-26 06:01:22 (GMT) |
commit | 83236f7a8b638454ea74743e1103faa0545e9a62 (patch) | |
tree | c5aa126ac3d23fd73dcd592c5c60076eb0a90fb2 /Misc/NEWS | |
parent | 5a294d822b7f5732135662907ec1a1d4a7b0fc9a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |