[New-bugs-announce] [issue41688] Document how **= does not fall back on **

Brett Cannon report at bugs.python.org
Tue Sep 1 16:08:17 EDT 2020


New submission from Brett Cannon <brett at python.org>:

https://bugs.python.org/issue38302 covers fixing the fact that `a **= b` does not fall back on `a = a ** b` when `__ipow__` is defined for PYthon 3.10. For older versions of CPython with the bug we should document the slip in semantics.

----------
assignee: docs at python
components: Documentation
messages: 376207
nosy: brett.cannon, docs at python
priority: high
severity: normal
status: open
title: Document how **= does not fall back on **
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41688>
_______________________________________


More information about the New-bugs-announce mailing list