Skip to content

Commit 047de26

Browse files
Add changelog entry for issue #13503
Document the fix for preserving dict insertion order in assertion failure output.
1 parent 1d2980d commit 047de26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

changelog/13503.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dictionary keys in assertion failure output now preserve insertion order instead of being sorted alphabetically, matching Python's dict behavior since 3.7+.

0 commit comments

Comments
 (0)