Should the implementation of __trunc__ have its own slot like we have for
nb_index?
Raymond
-------------------------------------------------------
[EMAIL PROTECTED] ~/py26/Objects $ grep "__trunc__" *.c
floatobject.c: {"__trunc__", (PyCFunction)float_trunc, METH_NOARGS,
intobject.c: {"__trunc__", (PyCFunction)int_int, METH_NOARGS,
longobject.c: {"__trunc__", (PyCFunction)long_long, METH_NOARGS,
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com