[issue14034] Add argparse howto

Ezio Melotti report at bugs.python.org
Sun Apr 29 05:58:18 CEST 2012


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

> 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).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14034>
_______________________________________


More information about the Python-bugs-list mailing list