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 mark.dickinson
Recipients eric.smith, mark.dickinson, rhettinger, tim.peters
Date 2009-11-23.18:48:26
SpamBayes Score 0.0002632876
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
r76465 removes the fixed-length buffer for formatting floats, hence
removes the restriction on the precision.   This should make removal of 
the %f -> %g switch straightforward.
History
Date User Action Args
2009-11-23 18:48:28mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, eric.smith
2009-11-23 18:48:28mark.dickinsonsetmessageid: <[email protected]>
2009-11-23 18:48:26mark.dickinsonlinkissue7117 messages
2009-11-23 18:48:26mark.dickinsoncreate