
report at bugs
Apr 28, 2012, 8:58 PM
Views: 73
Permalink
|
|
[issue14034] Add argparse howto
|
|
Ezio Melotti <ezio.melotti [at] gmail> 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> <http://bugs.python.org/issue14034> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|