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 facundobatista, jjconti, mark.dickinson, rhettinger, skrah
Date 2010-01-29.19:11:23
SpamBayes Score 0.00012328169
Marked as misclassified No
Message-id <1264792284.83.0.428800144955.issue7633@psf.upfronthosting.co.za>
In-reply-to
Content
> copy_sing fixed and documented to have the same behaibour.

Hmm.  Thanks for noticing this:  it looks like Decimal.copy_sign is missing a _convert_other call.  I think that should be fixed in the Decimal class rather than in the Context class (so Context.copy_sign and Decimal.copy_sign should make one _convert_other call each, instead of Context.copy_sign making two calls).
History
Date User Action Args
2010-01-29 19:11:25mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, facundobatista, jjconti, skrah
2010-01-29 19:11:24mark.dickinsonsetmessageid: <1264792284.83.0.428800144955.issue7633@psf.upfronthosting.co.za>
2010-01-29 19:11:23mark.dickinsonlinkissue7633 messages
2010-01-29 19:11:23mark.dickinsoncreate