Change by Rory Yorke :
--
keywords: +patch
pull_requests: +24638
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/25986
___
Python tracker
<https://bugs.python.org/issu
New submission from Rory Yorke :
I'm probably missing something, but "master" seems hard-coded into
patchcheck.py, and I couldn't find any related issues on bpo.
Checked on branch off 42fcad2.
When I ran patchcheck:
rory@rory-latitude:~/src/cpython$ ./python Tools/s
New submission from Rory Yorke :
Checked at commit 42fcad2, HEAD of main circa 8 May 2021.
cpython/Doc/library/numbers.rst says numbers.Complex subtypes "include the
operations [...] ``+``, ``-``, ``*``, ``/``, :func:`abs`, :meth:`conjugate`,
``==``, and ``!=``"
and for number