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 Henry.Eshbaugh
Recipients Henry.Eshbaugh
Date 2010-10-21.11:21:47
SpamBayes Score 4.3277745e-05
Marked as misclassified No
Message-id <1287660110.32.0.294845890342.issue10163@psf.upfronthosting.co.za>
In-reply-to
Content
This may be happening with other numbers, but I got weird results with the modulus and division operators, after I imported the math module. I tried to do 7/200 and got 0, and 200%7 yielded 7, an impossibility with modulus.
History
Date User Action Args
2010-10-21 11:21:50Henry.Eshbaughsetrecipients: + Henry.Eshbaugh
2010-10-21 11:21:50Henry.Eshbaughsetmessageid: <1287660110.32.0.294845890342.issue10163@psf.upfronthosting.co.za>
2010-10-21 11:21:47Henry.Eshbaughlinkissue10163 messages
2010-10-21 11:21:47Henry.Eshbaughcreate