Benjamin Peterson <benja...@python.org> added the comment:

That would not always be correct because __div__ implements a "default"
division that doesn't exist in Py3k. It's easiest to implement
__floordiv__ and __truediv__ in for 2.x for correct behavior there, too.

----------
resolution:  -> wont fix
status: open -> closed

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

Reply via email to