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 belopolsky
Recipients belopolsky, eli.bendersky, georg.brandl, terry.reedy
Date 2010-08-06.17:39:22
SpamBayes Score 1.2092309e-07
Marked as misclassified No
Message-id <1281116364.66.0.816458997583.issue9264@psf.upfronthosting.co.za>
In-reply-to
Content
The fixed up version is just r83549. It may merge cleanly with py3k - I believe doc changes are trivial if any between 2.6 and 3.x.

I would like this to go through another round of reviews without release calendar pressure.  I would like to see some guidelines for documenting command line options to stdlib modules.  In this particular patch, I don't like "Meta-options" sections.  No other module document has such section.  The --help and --version are not "meta-options", they are "common options". I would also like to see a mention that  one of --trace, --count, --report, --listfuncs, or --trackcalls must be specified.  (Even better would be to make one of these options the default behavior when no options are given.  Required option is an oxymoron.)

Terry,

This is in your hands now.  If you prefer to merge the change and postpone the improvements, it is fine with me.
History
Date User Action Args
2010-08-06 17:39:24belopolskysetrecipients: + belopolsky, georg.brandl, terry.reedy, eli.bendersky
2010-08-06 17:39:24belopolskysetmessageid: <1281116364.66.0.816458997583.issue9264@psf.upfronthosting.co.za>
2010-08-06 17:39:23belopolskylinkissue9264 messages
2010-08-06 17:39:22belopolskycreate