[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

Mark Dickinson dickinsm at gmail.com
Thu Jun 26 23:50:10 CEST 2008


On Thu, Jun 26, 2008 at 10:28 PM, Guido van Rossum <guido at python.org> wrote:
> Remind me what %a does?

From the C99 standard (section 7.19.6.1):

A double argument representing a floating-point number is converted in the
style [−]0xh.hhhhp±d, [...]


More information about the Python-Dev mailing list