forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpo-44978: allow Argument Clinic to handle __complex__ special methods (
- Loading branch information
1 parent
a9640d7
commit c5c3fbe
Showing
2 changed files
with
1 addition
and
1 deletion.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Tools-Demos/2021-08-22-11-45-31.bpo-44978.QupKV3.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Allow the Argument Clinic tool to handle ``__complex__`` special methods. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2181,7 +2181,6 @@ def __repr__(self): | |
__and__ | ||
__bytes__ | ||
__call__ | ||
__complex__ | ||
__delitem__ | ||
__divmod__ | ||
__eq__ | ||
|