- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message77706
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 | Retro |
|---|---|
| Recipients | Retro, georg.brandl, loewis, rhettinger |
| Date | 2008-12-13.01:00:23 |
| SpamBayes Score | 0.004051187 |
| Marked as misclassified | No |
| Message-id | <1229130024.84.0.851531545328.issue4649@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
And please fix the code example mentioned in issue4648. Line 4 has a little fix to be made: from ... print(n, 'equals', x, '*', n//x) to ... print(n, 'equals', x, '*', n // x) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-12-13 01:00:25 | Retro | set | recipients: + Retro, loewis, georg.brandl, rhettinger |
| 2008-12-13 01:00:24 | Retro | set | messageid: <1229130024.84.0.851531545328.issue4649@psf.upfronthosting.co.za> |
| 2008-12-13 01:00:23 | Retro | link | issue4649 messages |
| 2008-12-13 01:00:23 | Retro | create | |

