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 rhettinger
Recipients Retro, georg.brandl, loewis, rhettinger
Date 2008-12-13.00:21:08
SpamBayes Score 0.0029144802
Marked as misclassified No
Message-id <1229127670.11.0.402841557619.issue4648@psf.upfronthosting.co.za>
In-reply-to
Content
Retro, the code is correct as it stands.  Floor division is intended
(int // int --> int).  I think you've misunderstood true division where
the / operator used to mean floor division when supplied with integer
arguments but now returns a float instead.
History
Date User Action Args
2008-12-13 00:21:10rhettingersetrecipients: + rhettinger, loewis, georg.brandl, Retro
2008-12-13 00:21:10rhettingersetmessageid: <1229127670.11.0.402841557619.issue4648@psf.upfronthosting.co.za>
2008-12-13 00:21:09rhettingerlinkissue4648 messages
2008-12-13 00:21:08rhettingercreate