[issue12211] math.copysign must keep object type.

Terry J. Reedy report at bugs.python.org
Fri Jun 3 23:42:59 CEST 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

As with all the math docs, 'x' refers to the value, not the object with the value. However, "Return abs(x) with the sign of y" is, to me, clearer and more accurate. Both doc string and doc chapter should get any modification.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12211>
_______________________________________


More information about the Python-bugs-list mailing list