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 belopolsky, brett.cannon, docs@python, eric.araujo, eric.smith, flox, r.david.murray
Date 2010-10-04.14:57:02
SpamBayes Score 0.04888421
Marked as misclassified No
Message-id <1286204238.56.0.976943296627.issue8913@psf.upfronthosting.co.za>
In-reply-to
Content
I'm okay with that. Grepping Lib shows that date/datetime/time and Decimal are the only types that implement __format__. Decimal largely implements the same language as float.
History
Date User Action Args
2010-10-04 14:57:18eric.smithsetrecipients: + eric.smith, brett.cannon, belopolsky, eric.araujo, r.david.murray, flox, docs@python
2010-10-04 14:57:18eric.smithsetmessageid: <1286204238.56.0.976943296627.issue8913@psf.upfronthosting.co.za>
2010-10-04 14:57:02eric.smithlinkissue8913 messages
2010-10-04 14:57:02eric.smithcreate