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:58:48
SpamBayes Score 1.1866937e-06
Marked as misclassified No
Message-id <1262897929.61.0.44913898427.issue7652@psf.upfronthosting.co.za>
In-reply-to
Content
So the new branch looks great---thanks, Stefan!  I'm only just beginning to look at the code properly, though.

A couple of things:

(1) Could we unify test_decimal and test_cdecimal somehow?  This would avoid them getting out of sync when new tests are added, and would make it clear what the differences between them are.  It looks like there's currently a lot of duplicate code.

(2) At some point we'll need some documentation.  Even if all it says is:  the cdecimal module operates identically to the decimal module, with the following exceptions... (notes on threading differences, exponent limits, correct rounding of pow, etc.)
History
Date User Action Args
2010-01-07 20:58:49mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, eric.smith, jjconti, skrah
2010-01-07 20:58:49mark.dickinsonsetmessageid: <1262897929.61.0.44913898427.issue7652@psf.upfronthosting.co.za>
2010-01-07 20:58:48mark.dickinsonlinkissue7652 messages
2010-01-07 20:58:48mark.dickinsoncreate