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 eric.araujo, eric.smith, ezio.melotti, mark.dickinson, rhettinger, skrah, terry.reedy
Date 2010-11-21.22:54:20
SpamBayes Score 5.838194e-05
Marked as misclassified No
Message-id <1290380063.16.0.982334577522.issue7094@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that:
   format(Decimal('1.23'), '#.6g')
should give '1.23000', just as:
   format(1.23, '#.6g')
does.

I'll work on fixing the patch, although if I don't get to it in the next few days I'll commit the existing patch and open another issue, just to make sure this gets in before the beta.
History
Date User Action Args
2010-11-21 22:54:23eric.smithsetrecipients: + eric.smith, rhettinger, terry.reedy, mark.dickinson, ezio.melotti, eric.araujo, skrah
2010-11-21 22:54:23eric.smithsetmessageid: <1290380063.16.0.982334577522.issue7094@psf.upfronthosting.co.za>
2010-11-21 22:54:20eric.smithlinkissue7094 messages
2010-11-21 22:54:20eric.smithcreate