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 akuchling, docs@python, mark.dickinson, python-dev, r.david.murray, sandro.tosi, terry.reedy, umedoblock
Date 2014-02-16.16:35:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392568531.74.0.0299199148386.issue12211@psf.upfronthosting.co.za>
In-reply-to
Content
> It seems to just copy the sign bit no matter what x and y are.

Yep, that's exactly what happens.  The sign bit from y just gets blindly transferred to x, with no regard to any meaning of x or y.  So it works exactly the same way for zeros, NaNs, infinities, or whatever.
History
Date User Action Args
2014-02-16 16:35:31mark.dickinsonsetrecipients: + mark.dickinson, akuchling, terry.reedy, r.david.murray, sandro.tosi, docs@python, python-dev, umedoblock
2014-02-16 16:35:31mark.dickinsonsetmessageid: <1392568531.74.0.0299199148386.issue12211@psf.upfronthosting.co.za>
2014-02-16 16:35:31mark.dickinsonlinkissue12211 messages
2014-02-16 16:35:31mark.dickinsoncreate