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 brian.curtin
Recipients Kiriakos.Vlahos, brian.curtin, eric.smith, mark.dickinson, sjmachin
Date 2010-09-29.15:32:09
SpamBayes Score 1.3841979e-09
Marked as misclassified No
Message-id <1285774332.18.0.411991259308.issue9980@psf.upfronthosting.co.za>
In-reply-to
Content
I get different results than Kiriakos' last example.


>PCbuild\amd64\python_d.exe
Python 3.2a2+ (py3k, Sep 29 2010, 09:43:42) [MSC v.1500 64 bit (AMD64)] on win32

Type "help", "copyright", "credits" or "license" for more information.
>>> '%.12g' % 38210.0
'38210'
History
Date User Action Args
2010-09-29 15:32:12brian.curtinsetrecipients: + brian.curtin, sjmachin, mark.dickinson, eric.smith, Kiriakos.Vlahos
2010-09-29 15:32:12brian.curtinsetmessageid: <1285774332.18.0.411991259308.issue9980@psf.upfronthosting.co.za>
2010-09-29 15:32:10brian.curtinlinkissue9980 messages
2010-09-29 15:32:09brian.curtincreate