- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message77701
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:10 | rhettinger | set | recipients: + rhettinger, loewis, georg.brandl, Retro |
| 2008-12-13 00:21:10 | rhettinger | set | messageid: <1229127670.11.0.402841557619.issue4648@psf.upfronthosting.co.za> |
| 2008-12-13 00:21:09 | rhettinger | link | issue4648 messages |
| 2008-12-13 00:21:08 | rhettinger | create | |

