Bruno Desthuilliers wrote:
> I Must have miss something...

Yeah, You have missed the beginning of the third sentence: "The tp_print
slot is not available from Python code". The tp_print slot is only
available in C code and is part of the C definition of a type. Hence tp_
as type.

Search for float_print and tp_print in
http://svn.python.org/view/python/trunk/Objects/floatobject.c?rev=60567&view=auto

Christian

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to