Mark Dickinson <dicki...@gmail.com> added the comment:

> 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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7633>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to