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 cito
Recipients cdavid, cito, eric.smith, mark.dickinson
Date 2009-04-09.17:45:47
SpamBayes Score 0.0011748523
Marked as misclassified No
Message-id <1239299148.97.0.57230702628.issue4799@psf.upfronthosting.co.za>
In-reply-to
Content
This is a related problem on Windows:

'%g' % 1e400 -> '1.#INF'
'%.f'  % 1e400 --> '1'
History
Date User Action Args
2009-04-09 17:45:49citosetrecipients: + cito, mark.dickinson, eric.smith, cdavid
2009-04-09 17:45:48citosetmessageid: <1239299148.97.0.57230702628.issue4799@psf.upfronthosting.co.za>
2009-04-09 17:45:47citolinkissue4799 messages
2009-04-09 17:45:47citocreate