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 jjconti
Recipients facundobatista, jjconti, mark.dickinson, rhettinger, skrah
Date 2010-01-29.02:20:39
SpamBayes Score 1.3224315e-05
Marked as misclassified No
Message-id <1264731656.03.0.619804693086.issue7633@psf.upfronthosting.co.za>
In-reply-to
Content
1) Agree. Extra checks removed.
2) My mistake. Fixed.
3) Fexed.
4) Methods documentation fixed. Also added examples.
5) Fixed
6) Allow ints in the following unary methods (all except the ones excluded by skrah in cdecimal):
- abs
- canonical
- copy_abs
- copy_decimal
- copy_negate
- exp
- is_finite
- is_infinite
- is_nan
- is_normal
- is_qnan
- is_signed
- is_snan
- is_subnormal
- is_zero
- ln
- log10
- logb
- minus
- next_minus
- next_plus
- sqrt
- to_*_string
- to_integral_*

(also documented them properly as in 4)

copy_sing fixed and documented to have the same behaibour.

Ans a change in Doc/library/decimal.rst to reflec the new behaibour.
History
Date User Action Args
2010-01-29 02:20:57jjcontisetrecipients: + jjconti, rhettinger, facundobatista, mark.dickinson, skrah
2010-01-29 02:20:56jjcontisetmessageid: <1264731656.03.0.619804693086.issue7633@psf.upfronthosting.co.za>
2010-01-29 02:20:54jjcontilinkissue7633 messages
2010-01-29 02:20:53jjconticreate