diff options
author | Raymond Hettinger <python@rcn.com> | 2010-10-30 07:29:44 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-10-30 07:29:44 (GMT) |
commit | cbba8d4c7a5b77ef60c088b5070b919b32a1b861 (patch) | |
tree | 7c2b4561d548e954073f0e34807e04db19d0d484 /Misc | |
parent | 5306234655e6d7f398761214bf0e71491c3c7211 (diff) | |
download | cpython-cbba8d4c7a5b77ef60c088b5070b919b32a1b861.zip cpython-cbba8d4c7a5b77ef60c088b5070b919b32a1b861.tar.gz cpython-cbba8d4c7a5b77ef60c088b5070b919b32a1b861.tar.bz2 |
Backport r72961 fixing issue #6105: json.dumps not following OrderedDict iteration order.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,8 @@ Core and Builtins Library ------- +- Issue #6105: json.dumps now respects OrderedDict's iteration order. + - Issue #9295: Fix a crash under Windows when calling close() on a file object with custom buffering from two threads at once. |