We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b4233 commit 0ce44bbCopy full SHA for 0ce44bb
changelog/13503.improvement.rst
@@ -1,4 +1,4 @@
1
-Fixed the order of dictionary keys in assertion failure messages.
2
-Previously, dictionary diffs were shown in alphabetical order, regardless of how the keys appeared in the original dicts.
3
-Now, common keys are shown in the insertion order of the left-hand dictionary,
4
-and differing keys are shown in the insertion order of their respective dictionaries
+Fixed the order of dictionary keys in assertion failure messages.
+Previously, dictionary diffs were shown in alphabetical order, regardless of how the keys appeared in the original dicts.
+Now, common keys are shown in the insertion order of the left-hand dictionary,
+and differing keys are shown in the insertion order of their respective dictionaries
0 commit comments