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 sable
Recipients mark.dickinson, sable
Date 2010-09-23.09:15:47
SpamBayes Score 0.00042496057
Marked as misclassified No
Message-id <1285233348.79.0.367587424561.issue9920@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the quick reply Mark.

I tried with pydebug and got the same error.

Here is the trace for your last question:

Python 3.2a2+ (py3k:84969M, Sep 23 2010, 10:55:24) [C] on aix6
Type "help", "copyright", "credits" or "license" for more information.
>>> from cmath import tanh
[52276 refs]
>>> tanh(complex(-0.0, 0.0))
(-0+0j)
[52281 refs]
History
Date User Action Args
2010-09-23 09:15:48sablesetrecipients: + sable, mark.dickinson
2010-09-23 09:15:48sablesetmessageid: <1285233348.79.0.367587424561.issue9920@psf.upfronthosting.co.za>
2010-09-23 09:15:47sablelinkissue9920 messages
2010-09-23 09:15:47sablecreate