Message2516

Author tibu
Recipients
Date 2006-06-29.18:00:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Patch for PyComplex that passes test_complex.py from
CPython 2.3
The patch requires changes to PyComplex and __builtin__
to fix an issue with respect to pow handling. The new
pow method was tested with test_pow.py from CPython 2.3.

It is suggested to remove the jython's version of
test_pow and use the CPython instead

Also a patch of complex.exposed is included

Carlos
History
Date User Action Args
2008-02-20 17:18:32adminlinkissue1514533 messages
2008-02-20 17:18:32admincreate