Files
cpython/Objects
Georg Brandl 2b869943fa Patch #1675423: PyComplex_AsCComplex() now tries to convert an object
to complex using its __complex__() method before falling back to the
__float__() method. Therefore, the functions in the cmath module now
can operate on objects that define a __complex__() method.
 (backport)
2007-03-17 16:08:45 +00:00
..
2007-02-07 23:49:03 +00:00
2007-02-27 16:00:06 +00:00
2006-08-01 16:24:30 +00:00
2007-02-19 20:44:04 +00:00