[issue44072] Doc: power operator (`**`) present for numbers.Complex, not added in numbers.Integral

2021-05-08 Thread Rory Yorke
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

[issue44074] patchcheck checks against branch "master" not "main"

2021-05-08 Thread Rory Yorke
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

[issue44072] Doc: power operator (`**`) present for numbers.Complex, not added in numbers.Integral

2021-05-08 Thread Rory Yorke
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