diff options
author | Matthew Kokotovich <mkokotovich@gmail.com> | 2020-01-25 10:17:47 (GMT) |
---|---|---|
committer | Chris Withers <chris@withers.org> | 2020-01-25 10:17:47 (GMT) |
commit | 62865f4532094017a9b780b704686ca9734bc329 (patch) | |
tree | b0673a2959839526c335b9c6bd37e5bdc0bfd68a /Misc | |
parent | d0d9fa8c5e30aff71b6d5e8b2673396622f33270 (diff) | |
download | cpython-62865f4532094017a9b780b704686ca9734bc329.zip cpython-62865f4532094017a9b780b704686ca9734bc329.tar.gz cpython-62865f4532094017a9b780b704686ca9734bc329.tar.bz2 |
bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18116)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-01-24-13-24-35.bpo-39082.qKgrq_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-01-24-13-24-35.bpo-39082.qKgrq_.rst b/Misc/NEWS.d/next/Library/2020-01-24-13-24-35.bpo-39082.qKgrq_.rst new file mode 100644 index 0000000..52c4ee1 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-01-24-13-24-35.bpo-39082.qKgrq_.rst @@ -0,0 +1 @@ +Allow AsyncMock to correctly patch static/class methods |