Skip to content

Commit 0608bd9

Browse files
Remove sorting of dictionaries in pretty.printer. #3370
Added RELEASE.rst and AUTHOR.rst
1 parent 0f5c68e commit 0608bd9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

AUTHORS.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ their individual contributions.
3232
* `Chase Garner <https://www.github.com/chasegarner>`_ ([email protected])
3333
* `Cheuk Ting Ho <https://github.com/Cheukting>`_
3434
* `Chris Down <https://chrisdown.name>`_
35+
* `Chris van Dronkelaar <https://github.com/Chrisvandr>`_
3536
* `Christopher Martin <https://www.github.com/chris-martin>`_ ([email protected])
3637
* `Claudio Jolowicz <https://github.com/cjolowicz>`_
3738
* `Conrad Ho <https://www.github.com/conradho>`_ ([email protected])
@@ -126,6 +127,7 @@ their individual contributions.
126127
* `Pierre-Jean Campigotto <https://github.com/PJCampi>`_
127128
* `Przemek Konopko <https://github.com/soutys>`_
128129
* `Richard Boulton <https://www.github.com/rboulton>`_ ([email protected])
130+
* `Richard Scholtens <https://github.com/richardscholtens>`_ ([email protected])
129131
* `Robert Howlett <https://github.com/jebob>`_
130132
* `Robert Knight <https://github.com/robertknight>`_ ([email protected])
131133
* `Rónán Carrigan <https://www.github.com/rcarriga>`_ ([email protected])
@@ -138,6 +140,7 @@ their individual contributions.
138140
* `Sangarshanan <https://www.github.com/sangarshanan>`_ ([email protected])
139141
* `Sanyam Khurana <https://github.com/CuriousLearner>`_
140142
* `Saul Shanabrook <https://www.github.com/saulshanabrook>`_ ([email protected])
143+
* `Sebastiaan Zeeff <https://github.com/SebastiaanZ>`_ ([email protected])
141144
* `Shlok Gandhi <https://github.com/shlok57>`_ ([email protected])
142145
* `Sogata Ray <https://github.com/rayardinanda>`_ ([email protected])
143146
* `Stuart Cook <https://www.github.com/Zalathar>`_
@@ -155,6 +158,7 @@ their individual contributions.
155158
* `Tyler Nickerson <https://www.github.com/nmbrgts>`_
156159
* `Vidya Rani <https://www.github.com/vidyarani-dg>`_ ([email protected])
157160
* `Vincent Michel <https://www.github.com/vxgmichel>`_ ([email protected])
161+
* `Viorel Pluta <https://github.com/viopl>`_ ([email protected])
158162
* `Vytautas Strimaitis <https://www.github.com/vstrimaitis>`_
159163
* `Will Hall <https://www.github.com/wrhall>`_ ([email protected])
160164
* `Will Thompson <https://www.github.com/wjt>`_ ([email protected])

hypothesis-python/RELEASE.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.

0 commit comments

Comments
 (0)