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 georg.brandl
Recipients Henry.Eshbaugh, georg.brandl
Date 2010-10-21.11:24:20
SpamBayes Score 0.00032261852
Marked as misclassified No
Message-id <1287660276.62.0.789596582938.issue10163@psf.upfronthosting.co.za>
In-reply-to
Content
The result of 7 / 200 is easy to explain -- this is how integer division works in Python 2.  (To get a floating result, one of the numbers must be a float.)

200 % 7 giving 7 however is strange.  Are you sure this is what you calculated?
History
Date User Action Args
2010-10-21 11:24:36georg.brandlsetrecipients: + georg.brandl, Henry.Eshbaugh
2010-10-21 11:24:36georg.brandlsetmessageid: <1287660276.62.0.789596582938.issue10163@psf.upfronthosting.co.za>
2010-10-21 11:24:21georg.brandllinkissue10163 messages
2010-10-21 11:24:20georg.brandlcreate