- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message77698
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 |
| Date | 2008-12-12.23:59:02 |
| SpamBayes Score | 0.0016594962 |
| Marked as misclassified | No |
| Message-id | <1229126344.46.0.112982525583.issue4648@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
For Python 2.x that example code is fine, but Python 3.0 has this switched now. Please read http://www.python.org/dev/peps/pep-0238/. True division in Python 3.0 is done with one division operator. Please fix that code example to reflect that. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-12-12 23:59:04 | Retro | set | recipients: + Retro, loewis, georg.brandl |
| 2008-12-12 23:59:04 | Retro | set | messageid: <1229126344.46.0.112982525583.issue4648@psf.upfronthosting.co.za> |
| 2008-12-12 23:59:02 | Retro | link | issue4648 messages |
| 2008-12-12 23:59:02 | Retro | create | |

