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 Sergio.Ĥlutĉin
Recipients Sergio.Ĥlutĉin
Date 2010-12-01.11:53:17
SpamBayes Score 0.04362756
Marked as misclassified No
Message-id <1291204399.82.0.975884133816.issue10596@psf.upfronthosting.co.za>
In-reply-to
Content
Result of the modulo operator is wrong:

>>> (-2.22044604925e-16)%4
4.0
>>> (-4.0)%4
-0.0
History
Date User Action Args
2010-12-01 11:53:19Sergio.Ĥlutĉinsetrecipients: + Sergio.Ĥlutĉin
2010-12-01 11:53:19Sergio.Ĥlutĉinsetmessageid: <1291204399.82.0.975884133816.issue10596@psf.upfronthosting.co.za>
2010-12-01 11:53:17Sergio.Ĥlutĉinlinkissue10596 messages
2010-12-01 11:53:17Sergio.Ĥlutĉincreate