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 loewis
Recipients Retro, georg.brandl, loewis
Date 2008-12-13.00:18:59
SpamBayes Score 0.00075341534
Marked as misclassified No
Message-id <4942FF71.8000903@v.loewis.de>
In-reply-to <1229126344.46.0.112982525583.issue4648@psf.upfronthosting.co.za>
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.

I still don't understand. The example doesn't, and shouldn't, use true
division. It does, and should, use floor division, to display the
divisors of a non-prime.
History
Date User Action Args
2008-12-13 00:19:00loewissetrecipients: + loewis, georg.brandl, Retro
2008-12-13 00:18:59loewislinkissue4648 messages
2008-12-13 00:18:59loewiscreate