Files
cpython/Doc/api
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
..
2006-08-18 13:57:13 +00:00
2006-08-10 22:45:34 +00:00
2004-07-26 19:25:54 +00:00
2006-07-31 12:20:24 +00:00