I've been following along various issues in mypy regarding challenges with 
getting the ABCs in numbers 
(https://docs.python.org/3/library/numbers.html) working.  Currently, 
there's a lot of clever logic in the functions int, float, and complex.
Currently, inheriting from Real doesn't give you __complex__.  This is 
because the complex function doesn't need it—it falls back to __float__.  I 
think it would be nice if it did for the purpose of type annotations.

Best,

Neil
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/CWELU3VHQKGW55MVA5RUHGMPUKKQ5P45/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to