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 David MacIver
Recipients David MacIver, Kevin Shweh, Tijs Van Oevelen, arigo, donmez, ezio.melotti, fijall, ncoghlan, r.david.murray, rhettinger, serhiy.storchaka, torsten
Date 2015-12-13.09:47:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450000065.73.0.971675044658.issue25843@psf.upfronthosting.co.za>
In-reply-to
Content
Note that 3.x does not correctly handle -0.0, you just have to work a bit harder:

>>> (lambda: (-0.0, 0.0), lambda: (0.0, -0.0))[1]()
(-0.0, 0.0)
History
Date User Action Args
2015-12-13 09:47:45David MacIversetrecipients: + David MacIver, arigo, rhettinger, ncoghlan, donmez, ezio.melotti, r.david.murray, torsten, fijall, serhiy.storchaka, Kevin Shweh, Tijs Van Oevelen
2015-12-13 09:47:45David MacIversetmessageid: <1450000065.73.0.971675044658.issue25843@psf.upfronthosting.co.za>
2015-12-13 09:47:45David MacIverlinkissue25843 messages
2015-12-13 09:47:45David MacIvercreate