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 Crowthebird
Recipients Crowthebird, eric.smith
Date 2021-11-06.23:09:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636240198.4.0.781496338948.issue45736@roundup.psfhosted.org>
In-reply-to
Content
I have put some effort to make it work for constant integers. So this

x = a ** 3 / 7

would not be changed, since it refers to a name whose value is not known.
History
Date User Action Args
2021-11-06 23:09:58Crowthebirdsetrecipients: + Crowthebird, eric.smith
2021-11-06 23:09:58Crowthebirdsetmessageid: <1636240198.4.0.781496338948.issue45736@roundup.psfhosted.org>
2021-11-06 23:09:58Crowthebirdlinkissue45736 messages
2021-11-06 23:09:58Crowthebirdcreate