On Tue, Dec 30, 2008 at 1:19 PM, David Cournapeau <courn...@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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to