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 loewis
Recipients loewis, mark.dickinson, serhiy.storchaka, skrah, tom.pohl
Date 2012-11-12.10:05:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352714743.73.0.984451372165.issue16460@psf.upfronthosting.co.za>
In-reply-to
Content
Tom: you are misinterpreting the docs. It says (paraphrased) that the result of x//y equals floor(x mathematically-divided-by y), which is different from floor(x/y). Your computer is not capable of performing the mathematically-divided-by operation; you have to compute it on paper.
History
Date User Action Args
2012-11-12 10:05:43loewissetrecipients: + loewis, mark.dickinson, skrah, serhiy.storchaka, tom.pohl
2012-11-12 10:05:43loewissetmessageid: <1352714743.73.0.984451372165.issue16460@psf.upfronthosting.co.za>
2012-11-12 10:05:43loewislinkissue16460 messages
2012-11-12 10:05:43loewiscreate