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 gls
Recipients georg.brandl, gls
Date 2008-05-01.16:08:35
SpamBayes Score 0.0071877353
Marked as misclassified No
Message-id <1209658131.12.0.892080432215.issue2731@psf.upfronthosting.co.za>
In-reply-to
Content
Hi there,

on the page "controlflow.html" in chapter "break and continue 
Statements..." the line:

print(n, 'equals', x, '*', n/x)
should be changed to:
print(n, 'equals', x, '*', n//x)
or else the shown output should be modified.

Thank you,
Gerry
History
Date User Action Args
2008-05-01 16:08:53glssetspambayes_score: 0.00718774 -> 0.0071877353
recipients: + gls, georg.brandl
2008-05-01 16:08:51glssetspambayes_score: 0.00718774 -> 0.00718774
messageid: <1209658131.12.0.892080432215.issue2731@psf.upfronthosting.co.za>
2008-05-01 16:08:49glslinkissue2731 messages
2008-05-01 16:08:47glscreate