[Python-Dev] [Python-checkins] r64424 - in python/trunk:Include/object.h Lib/test/test_sys.py Misc/NEWSObjects/intobject.c Objects/longobject.c Objects/typeobject.cPython/bltinmodule.c (original) (raw)

Guido van Rossum guido at python.org
Thu Jun 26 20:50:08 CEST 2008


On Thu, Jun 26, 2008 at 11:07 AM, Raymond Hettinger <python at rcn.com> wrote:

From: "Guido van Rossum" <guido at python.org>

So as far as the feature design goes, I offer some suggestions: a new module; or a new function in math; or a new method on float. Since Raymond is the champion for the feature let him choose the API from those alternatives. I choose bin/hex/oct methods on floatobjects. Will work-up a patch.

Let's step back and discuss the API some more.

-- --Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-Dev mailing list