]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-44978: allow Argument Clinic to handle __complex__ special methods (GH-27886)
authorMark Dickinson <mdickinson@enthought.com>
Sun, 22 Aug 2021 12:13:26 +0000 (13:13 +0100)
committerGitHub <noreply@github.com>
Sun, 22 Aug 2021 12:13:26 +0000 (13:13 +0100)
Misc/NEWS.d/next/Tools-Demos/2021-08-22-11-45-31.bpo-44978.QupKV3.rst [new file with mode: 0644]
Tools/clinic/clinic.py

diff --git a/Misc/NEWS.d/next/Tools-Demos/2021-08-22-11-45-31.bpo-44978.QupKV3.rst b/Misc/NEWS.d/next/Tools-Demos/2021-08-22-11-45-31.bpo-44978.QupKV3.rst
new file mode 100644 (file)
index 0000000..c7a844c
--- /dev/null
@@ -0,0 +1 @@
+Allow the Argument Clinic tool to handle ``__complex__`` special methods.
index b52ac3b00de9eed1f3e489f33e43fff6ab166e75..ed17fabf8d2a142b612ae3b61aa7a0ddb4df98d6 100755 (executable)
@@ -2181,7 +2181,6 @@ __add__
 __and__
 __bytes__
 __call__
-__complex__
 __delitem__
 __divmod__
 __eq__