summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-07-19-20-13-48.bpo-37555.S5am28.rst
blob: 16d1d62d30960acaf36164b522efc742c65f4d2a (plain)
1
2
Fix `NonCallableMock._call_matcher` returning tuple instead of `_Call` object
when `self._spec_signature` exists. Patch by Elizabeth Uselton