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:04Retrosetrecipients: + Retro, loewis, georg.brandl
2008-12-12 23:59:04Retrosetmessageid: <1229126344.46.0.112982525583.issue4648@psf.upfronthosting.co.za>
2008-12-12 23:59:02Retrolinkissue4648 messages
2008-12-12 23:59:02Retrocreate