Skip to content

Commit fe8913f

Browse files
committed
Shorter patch notes
1 parent 0608bd9 commit fe8913f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

hypothesis-python/RELEASE.rst

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
RELEASE_TYPE: patch
22

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.
3+
Our pretty-printer no longer sorts dictionary keys, since iteration order is
4+
stable in Python 3.7+ and this can affect reproducing examples (:issue:`3370`).
5+
This PR was kindly supported by `Ordina Pythoneers
6+
<https://www.ordina.nl/vakgebieden/python/>`__.

0 commit comments

Comments
 (0)