diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-03 02:28:04 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-03 02:28:04 (GMT) |
commit | 501182a47b722a02edd83a344ba53d06cd9afbd1 (patch) | |
tree | 3788bfd3a2d8ae11f76c0836d4905238e65f1278 /Misc | |
parent | 51454a62e235f27c28a24620c3df002d4076b57c (diff) | |
download | cpython-501182a47b722a02edd83a344ba53d06cd9afbd1.zip cpython-501182a47b722a02edd83a344ba53d06cd9afbd1.tar.gz cpython-501182a47b722a02edd83a344ba53d06cd9afbd1.tar.bz2 |
just sort the items tuple directly (closes #24094)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ Core and Builtins Library ------- +- Issue #24094: Fix possible crash in json.encode with poorly behaved dict + subclasses. + - Issue #23367: Fix possible overflows in the unicodedata module. - Issue #23361: Fix possible overflow in Windows subprocess creation code. |