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 ncoghlan
Recipients bethard, docs@python, eric.araujo, ezio.melotti, ncoghlan, tshepang
Date 2012-03-19.04:17:42
SpamBayes Score 1.7149076e-06
Marked as misclassified No
Message-id <1332130663.43.0.872734730459.issue14034@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of thoughts on the draft HOWTO:

I like the "verbosity" example, but I'd also like to see it continue on into introducing the "action='count'" alternative that allows "-vv" to set the verbosity level to 2, etc.

I also find the idea of having higher verbosity levels that aren't supersets of lower verbosity levels to be an anti-pattern, so I'd prefer not to see it in an official HOWTO. To my mind, verbosity levels should be checked with ">=", never "==".
History
Date User Action Args
2012-03-19 04:17:43ncoghlansetrecipients: + ncoghlan, bethard, ezio.melotti, eric.araujo, docs@python, tshepang
2012-03-19 04:17:43ncoghlansetmessageid: <1332130663.43.0.872734730459.issue14034@psf.upfronthosting.co.za>
2012-03-19 04:17:42ncoghlanlinkissue14034 messages
2012-03-19 04:17:42ncoghlancreate