Issue1514533

classification
Title: PyComplex in branch 2.3
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: pjenvey, tibu
Priority: normal Keywords: patch

Created on 2006-06-29.18:00:14 by tibu, last changed 2008-04-07.05:01:59 by pjenvey.

Files
File name Uploaded Description Edit Remove
pycomplex.zip tibu, 2006-06-29.18:00:16 PyComplex patches
Messages
msg2516 (view) Author: Carlos Quiroz (tibu) Date: 2006-06-29.18:00:14
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
msg3124 (view) Author: Philip Jenvey (pjenvey) Date: 2008-04-07.05:01:58
most of your changes were incorporated. i've just cleaned up new in r4313, 
so closing this one out. thanks!
History
Date User Action Args
2008-04-07 05:01:59pjenveysetstatus: open -> closed
resolution: fixed
messages: + msg3124
components: + Core, - None
nosy: + pjenvey
2006-06-29 18:00:14tibucreate