commit | cbba8d4c7a5b77ef60c088b5070b919b32a1b861 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Oct 30 07:29:44 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Oct 30 07:29:44 2010 +0000 |
tree | 7c2b4561d548e954073f0e34807e04db19d0d484 | |
parent | 5306234655e6d7f398761214bf0e71491c3c7211 [diff] [blame] |
Backport r72961 fixing issue #6105: json.dumps not following OrderedDict iteration order.
diff --git a/Misc/NEWS b/Misc/NEWS index 665271e..eeff4a7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -63,6 +63,8 @@ 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.