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 mark.dickinson
Recipients MrJean1, mark.dickinson, terry.reedy
Date 2008-06-28.07:06:54
SpamBayes Score 0.051637176
Marked as misclassified No
Message-id <1214636818.44.0.263281400998.issue3168@psf.upfronthosting.co.za>
In-reply-to
Content
More curious and more curious...

I assume that cmath.log(100.0) and cmath.log(2.0) return the right things?
(Both answers should have zero imaginary part.)

Might this be some optimization bug?  Can you turn off all optimizations 
and see what happens?
History
Date User Action Args
2008-06-28 07:06:58mark.dickinsonsetspambayes_score: 0.0516372 -> 0.051637176
recipients: + mark.dickinson, terry.reedy, MrJean1
2008-06-28 07:06:58mark.dickinsonsetspambayes_score: 0.0516372 -> 0.0516372
messageid: <1214636818.44.0.263281400998.issue3168@psf.upfronthosting.co.za>
2008-06-28 07:06:57mark.dickinsonlinkissue3168 messages
2008-06-28 07:06:56mark.dickinsoncreate