[Python-Dev] Round Bug in Python 1.6?

Andrew M. Kuchling akuchlin@mems-exchange.org
Wed, 12 Apr 2000 11:39:54 -0400 (EDT)


Ka-Ping Yee writes:
>Here is what i have in mind: provide two hooks
>    __builtins__.display(object)
>and
>    __builtins__.displaytb(traceback, exception)

Shouldn't these be in sys, along with sys.ps1 and sys.ps2?  We don't
want to add new display() and displaytb() built-ins, do we?

--amk