]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Adding ACK and news entry
authorElizabeth Uselton <elizabeth.uselton@rover.com>
Sat, 20 Jul 2019 03:36:24 +0000 (20:36 -0700)
committerElizabeth Uselton <elizabeth.uselton@rover.com>
Sat, 20 Jul 2019 03:36:24 +0000 (20:36 -0700)
Misc/ACKS
Misc/NEWS.d/next/Library/2019-07-19-20-13-48.bpo-37555.S5am28.rst [new file with mode: 0644]

index 36fe727c8421c06842b5e987ce95dfaa46699842..2c6a9344156330ef1f6a7c6e3cbdbcd18c3f2e74 100644 (file)
--- 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 (file)
index 0000000..6ab8b92
--- /dev/null
@@ -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