We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0608bd9 commit fe8913fCopy full SHA for fe8913f
hypothesis-python/RELEASE.rst
@@ -1,8 +1,6 @@
1
RELEASE_TYPE: patch
2
3
-
4
-Order of dictionaries is now enforced in Python 3.7 and higher. This means that the original order of dictionaries matters for falsifying examples.
5
6
-This PR closes #3370.
7
8
-This PR was kindly supported by Ordina Pythoneers.
+Our pretty-printer no longer sorts dictionary keys, since iteration order is
+stable in Python 3.7+ and this can affect reproducing examples (:issue:`3370`).
+This PR was kindly supported by `Ordina Pythoneers
+<https://www.ordina.nl/vakgebieden/python/>`__.
0 commit comments