Stephen J. Turnbull wrote:
It's a design bug, yes.  The question is, does it conform to
documented behavior?

The 2.7 docs say this about __complex__:

   Called to implement the built-in function complex() ...
   Should return a value of the appropriate type.

So the question is whether float is an "appropriate type" when
you're expecting a complex.

--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to