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 hongweipeng
Recipients DeepSpace, hongweipeng, serhiy.storchaka
Date 2019-09-29.16:13:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569773592.14.0.306397010675.issue38302@roundup.psfhosted.org>
In-reply-to
Content
The document says(https://docs.python.org/3.9/reference/datamodel.html?highlight=__rpow__#object.__rpow__):
>Note that ternary pow() will not try calling __rpow__() (the coercion rules would become too complicated).
History
Date User Action Args
2019-09-29 16:13:12hongweipengsetrecipients: + hongweipeng, serhiy.storchaka, DeepSpace
2019-09-29 16:13:12hongweipengsetmessageid: <1569773592.14.0.306397010675.issue38302@roundup.psfhosted.org>
2019-09-29 16:13:12hongweipenglinkissue38302 messages
2019-09-29 16:13:12hongweipengcreate