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, jjconti, mark.dickinson, rhettinger, skrah
Date 2010-01-07.20:54:13
SpamBayes Score 0.026709752
Marked as misclassified No
Message-id <1262897655.8.0.628629654735.issue7652@psf.upfronthosting.co.za>
In-reply-to
Content
To answer Eric's question:  Decimal.__format__ is already implemented in Stefan's work---it looks like most of the code is in

http://svn.python.org/projects/python/branches/py3k-cdecimal/Modules/cdecimal/io.c

(Stefan, is this right?)
History
Date User Action Args
2010-01-07 20:54:16mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, eric.smith, jjconti, skrah
2010-01-07 20:54:15mark.dickinsonsetmessageid: <1262897655.8.0.628629654735.issue7652@psf.upfronthosting.co.za>
2010-01-07 20:54:14mark.dickinsonlinkissue7652 messages
2010-01-07 20:54:13mark.dickinsoncreate