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.smith, mark.dickinson, rhettinger, skrah
Date 2010-01-07.11:40:46
SpamBayes Score 1.0275068e-07
Marked as misclassified No
Message-id <1262864448.85.0.443072090375.issue7652@psf.upfronthosting.co.za>
In-reply-to
Content
Is the intention to write Decimal.__format__ in C, too? That would be quite a bit of work, and I'm not sure I could recommend it. But I'm not sure if your plan is to get rid of all Python code or not.

If your plan is to rewrite absolutely everything in C, I could help out by exposing the methods that parse format specifiers and do some of the low level formatting. They're used internally by the int, float, and str formatting code. Let me know.
History
Date User Action Args
2010-01-07 11:40:48eric.smithsetrecipients: + eric.smith, rhettinger, mark.dickinson, skrah
2010-01-07 11:40:48eric.smithsetmessageid: <1262864448.85.0.443072090375.issue7652@psf.upfronthosting.co.za>
2010-01-07 11:40:47eric.smithlinkissue7652 messages
2010-01-07 11:40:47eric.smithcreate