This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, docs@python
Date 2020-09-01.20:08:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598990897.9.0.376254193992.issue41688@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-09-01 20:08:17brett.cannonsetrecipients: + brett.cannon, docs@python
2020-09-01 20:08:17brett.cannonsetmessageid: <1598990897.9.0.376254193992.issue41688@roundup.psfhosted.org>
2020-09-01 20:08:17brett.cannonlinkissue41688 messages
2020-09-01 20:08:17brett.cannoncreate