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 ezio.melotti
Recipients bethard, docs@python, eric.araujo, ezio.melotti, ncoghlan, tshepang
Date 2012-04-29.03:58:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335671898.97.0.0289197934988.issue14034@psf.upfronthosting.co.za>
In-reply-to
Content
> Would be nice to get another review.

I left several comments on rietveld.

Overall the tutorial seems really nice and easy to follow (except a couple of parts, noted in the comments).

I would replace all the uses of pow(x, y) with x**y in the code, and possibly with x^y in the output/descriptions (x**y is probably fine there too).
History
Date User Action Args
2012-04-29 03:58:19ezio.melottisetrecipients: + ezio.melotti, ncoghlan, bethard, eric.araujo, docs@python, tshepang
2012-04-29 03:58:18ezio.melottisetmessageid: <1335671898.97.0.0289197934988.issue14034@psf.upfronthosting.co.za>
2012-04-29 03:58:18ezio.melottilinkissue14034 messages
2012-04-29 03:58:18ezio.melotticreate