Serhiy Storchaka added the comment:

The warning message is copied from __int__. As I understand, the conclusion of 
the Python-Dev discussion is that __int__, __float__, __complex__, etc should 
return exact int, float, complex, not subclasses. I have another patch that 
adds a warning for __complex__, and I am working on patches for other special 
methods. If my understanding is wrong, we should remove the deprecation warning 
for __int__.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26983>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to