diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-03 16:45:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 16:45:20 (GMT) |
commit | f1918385cccf3ef51d339dfa1f3654005508f307 (patch) | |
tree | 05f7580900d390eb364669e18e8692dcd213d282 /Misc/NEWS.d | |
parent | fd6b70d6b715c2403a194a2b3eae3210e2e81742 (diff) | |
download | cpython-f1918385cccf3ef51d339dfa1f3654005508f307.zip cpython-f1918385cccf3ef51d339dfa1f3654005508f307.tar.gz cpython-f1918385cccf3ef51d339dfa1f3654005508f307.tar.bz2 |
bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328) (GH-29390)
(cherry picked from commit 5a14929a6e4fab672e2f83a86773618e973b22a6)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2021-10-30-13-12-20.bpo-45678.bKrYeS.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-10-30-13-12-20.bpo-45678.bKrYeS.rst b/Misc/NEWS.d/next/Tests/2021-10-30-13-12-20.bpo-45678.bKrYeS.rst new file mode 100644 index 0000000..885b2fa --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2021-10-30-13-12-20.bpo-45678.bKrYeS.rst @@ -0,0 +1,2 @@ +Add tests to ensure that ``functools.singledispatchmethod`` correctly wraps +the attributes of the target function. |