[Python-Dev] RE: %b format (no, really)

Tim Peters tim.one@home.com
Fri, 8 Jun 2001 13:51:50 -0400


[Greg Wilson]
> How about a quick patch to do "%b" for int and long-int,

Don't know how quick it will be (it should cover type slots and bin() and
__bin__ and 0b1101 notation too, right?), but +1 from me.  That much is
routinely requested.

> and a PEP for a generic "format" module --- arbitrary radix, options
> for IEEE numbers, etc.?  Any objections?

None here.