python que __divs__ están ahí

Python 3.x uses
   __truediv__
   __floordiv__
   __divmod__

__div__ is 2.x-only.
Jakin687