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 adam.woodbeck
Recipients adam.woodbeck, docs@python, eric.smith, ezio.melotti, rhettinger, terry.reedy
Date 2011-05-29.12:57:00
SpamBayes Score 1.0159031e-05
Marked as misclassified No
Message-id <1306673821.18.0.727494201757.issue12185@psf.upfronthosting.co.za>
In-reply-to
Content
I propose:

object.copy_sign(other)

    Return a copy of *object* with the sign set to be the same as the sign of *other*.

This format is most familiar to me.  But like Ezio wrote, all other methods referring to first and second operands would need to updated to refer to *object* and *other*, respectively.
History
Date User Action Args
2011-05-29 12:57:01adam.woodbecksetrecipients: + adam.woodbeck, rhettinger, terry.reedy, eric.smith, ezio.melotti, docs@python
2011-05-29 12:57:01adam.woodbecksetmessageid: <1306673821.18.0.727494201757.issue12185@psf.upfronthosting.co.za>
2011-05-29 12:57:00adam.woodbecklinkissue12185 messages
2011-05-29 12:57:00adam.woodbeckcreate