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 serhiy.storchaka
Recipients alex, mark.dickinson, mattip, serhiy.storchaka
Date 2012-09-21.09:07:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201209211207.35531.storchaka@gmail.com>
In-reply-to <1348214260.92.0.717304190766.issue15996@psf.upfronthosting.co.za>
Content
> Well, C99 covers pow for *real* numbers just fine;  it's complex numbers
> where no-one wants to pin down what the behaviour should be. 

C99 contains cpow. Perhaps we should use conditional compilation?
History
Date User Action Args
2012-09-21 09:07:56serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, alex, mattip
2012-09-21 09:07:55serhiy.storchakalinkissue15996 messages
2012-09-21 09:07:55serhiy.storchakacreate