From: Elizabeth Uselton Date: Sat, 20 Jul 2019 03:36:24 +0000 (-0700) Subject: Adding ACK and news entry X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0e841148fb7baf1782a9f855b0593408f3f9622;p=thirdparty%2FPython%2Fcpython.git Adding ACK and news entry --- diff --git a/Misc/ACKS b/Misc/ACKS index 36fe727c8421..2c6a93441563 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -496,6 +496,7 @@ Tomer Filiba Segev Finer Jeffrey Finkelstein Russell Finn +Neal Finne Dan Finnie Nils Fischbeck Frederik Fix @@ -1699,6 +1700,7 @@ Roger Upole Daniel Urban Michael Urman Hector Urtubia +Elizabeth Uselton Lukas Vacek Ville Vainio Andi Vajda diff --git a/Misc/NEWS.d/next/Library/2019-07-19-20-13-48.bpo-37555.S5am28.rst b/Misc/NEWS.d/next/Library/2019-07-19-20-13-48.bpo-37555.S5am28.rst new file mode 100644 index 000000000000..6ab8b920c2e5 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-07-19-20-13-48.bpo-37555.S5am28.rst @@ -0,0 +1,4 @@ +Fix `NonCallableMock._call_matcher` returning tuple instead of `_Call` object +when `self._spec_signature` exists. Additionally fix `__eq__` to be +commutative on `_Call` and `_CallList`, to better account for `ANY`. Patch by +Elizabeth Uselton \ No newline at end of file