On Tue, Dec 30, 2008 at 1:19 PM, David Cournapeau <cournape at gmail.com> wrote: (... snip ...) > print '%f' % a # -> print '1.#INF' Would this not be controlled by: 1. float(a) or a.__float__() 2. tp_print cheers James