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 tim.peters
Recipients mark.dickinson, pdenis, tim.peters
Date 2017-11-30.19:25:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512069946.61.0.213398074469.issue32171@psf.upfronthosting.co.za>
In-reply-to
Content
Mark, indeed, in the email from Vincent Lefevre you linked to, his entire argument was:  (a) we already specified what happens when the base is a zero; so, (b) for each of the six pow(a_zero, y) cases we specified, derive a matching rule for an inf base via:

pow(an_inf, y) = 1/pow(1/an_inf, y) = 1/pow(the_same_sign_zero, y)

Looking at the other msgs in that thread, everyone found that instantly compelling.

Pierre, give up ;-)  These standards are years old already, so it's exceedingly unlikely any specified behavior will ever change again, for "backward compatibility" reasons alone.
History
Date User Action Args
2017-11-30 19:25:46tim.peterssetrecipients: + tim.peters, mark.dickinson, pdenis
2017-11-30 19:25:46tim.peterssetmessageid: <1512069946.61.0.213398074469.issue32171@psf.upfronthosting.co.za>
2017-11-30 19:25:46tim.peterslinkissue32171 messages
2017-11-30 19:25:46tim.peterscreate