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 rhettinger
Recipients mark.dickinson, rhettinger
Date 2009-03-12.20:00:24
SpamBayes Score 5.1743376e-05
Marked as misclassified No
Message-id <1236888027.08.0.305136534993.issue5481@psf.upfronthosting.co.za>
In-reply-to
Content
>>> from decimal import Decimal as D
>>> format(D('1234.5'), "n")
 . . .
ValueError: Invalid format specifier: n
History
Date User Action Args
2009-03-12 20:00:27rhettingersetrecipients: + rhettinger, mark.dickinson
2009-03-12 20:00:27rhettingersetmessageid: <1236888027.08.0.305136534993.issue5481@psf.upfronthosting.co.za>
2009-03-12 20:00:25rhettingerlinkissue5481 messages
2009-03-12 20:00:24rhettingercreate