This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wiz
Recipients r.david.murray, skrah, wiz
Date 2010-10-08.14:56:45
SpamBayes Score 0.00017810042
Marked as misclassified No
Message-id <1286549806.55.0.749170856378.issue10047@psf.upfronthosting.co.za>
In-reply-to
Content
# python2.6
Python 2.6.6 (r266:84292, Sep 23 2010, 08:13:08)
[GCC 4.1.3 20080704 prerelease (NetBSD nb2 20081120)] on netbsd5
Type "help", "copyright", "credits" or "license" for more information.
>>> format(0.15256118774414062, ".2f")
'0.15'
>>>
History
Date User Action Args
2010-10-08 14:56:46wizsetrecipients: + wiz, r.david.murray, skrah
2010-10-08 14:56:46wizsetmessageid: <1286549806.55.0.749170856378.issue10047@psf.upfronthosting.co.za>
2010-10-08 14:56:45wizlinkissue10047 messages
2010-10-08 14:56:45wizcreate