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 skrah
Recipients facundobatista, jjconti, mark.dickinson, rhettinger, skrah
Date 2010-02-18.13:00:03
SpamBayes Score 4.612792e-09
Marked as misclassified No
Message-id <1266498011.58.0.82580390932.issue7633@psf.upfronthosting.co.za>
In-reply-to
Content
It looks good (I agree on number_class), but I'd change these:

  - Add raiseit=True to context.copy_decimal()

  - Remove wrong comment from context.is_infinite()

  - Add _convert_other(a, raiseit=True) to context.logical_invert()

  - More whitespace in test_decimal()



The new tests could be condensed quite a bit by using getattr(), but
that isn't so important.
History
Date User Action Args
2010-02-18 13:00:11skrahsetrecipients: + skrah, rhettinger, facundobatista, mark.dickinson, jjconti
2010-02-18 13:00:11skrahsetmessageid: <1266498011.58.0.82580390932.issue7633@psf.upfronthosting.co.za>
2010-02-18 13:00:10skrahlinkissue7633 messages
2010-02-18 13:00:10skrahcreate