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 eric.smith
Recipients ajaksu2, eric.smith, gvanrossum, mark, mark.dickinson
Date 2009-05-02.19:33:22
SpamBayes Score 0.00028223175
Marked as misclassified No
Message-id <1241292803.96.0.0880534362328.issue1588@psf.upfronthosting.co.za>
In-reply-to
Content
Is this suggestion for all types, or just complex? Because float has the
same issue.

>>> format(pi, '')
'3.14159265359'
[38243 refs]
>>> format(pi, '>')
'3.14159'
History
Date User Action Args
2009-05-02 19:33:24eric.smithsetrecipients: + eric.smith, gvanrossum, mark.dickinson, ajaksu2, mark
2009-05-02 19:33:23eric.smithsetmessageid: <1241292803.96.0.0880534362328.issue1588@psf.upfronthosting.co.za>
2009-05-02 19:33:22eric.smithlinkissue1588 messages
2009-05-02 19:33:22eric.smithcreate