diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-03 02:36:26 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-03 02:36:26 (GMT) |
commit | 122f4b1bda8262ace6aa021935e8c605a17c3748 (patch) | |
tree | fbe4e3303a9900d7c469786d12a8786d2f224c96 /Misc | |
parent | 0a9933ebf3704540a5f31225b26acb990e1de4bf (diff) | |
parent | 501182a47b722a02edd83a344ba53d06cd9afbd1 (diff) | |
download | cpython-122f4b1bda8262ace6aa021935e8c605a17c3748.zip cpython-122f4b1bda8262ace6aa021935e8c605a17c3748.tar.gz cpython-122f4b1bda8262ace6aa021935e8c605a17c3748.tar.bz2 |
merge 3.3 (#24094)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ Core and Builtins Library ------- +- Issue #24094: Fix possible crash in json.encode with poorly behaved dict + subclasses. + - Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. |