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 serhiy.storchaka
Recipients ezio.melotti, michael.foord, pitrou, serhiy.storchaka
Date 2013-05-14.13:43:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368539015.52.0.0120850911076.issue17974@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see much sense in this modernization, while the code does not use the capabilities of argparse (and even optparse). Why USAGE_AS_MAIN/USAGE_FROM_MODULE/etc exist, why help is not generated automatically? Why -v/-q store boolean flags instead of changing the numerical level of verbosity?
History
Date User Action Args
2013-05-14 13:43:35serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, michael.foord
2013-05-14 13:43:35serhiy.storchakasetmessageid: <1368539015.52.0.0120850911076.issue17974@psf.upfronthosting.co.za>
2013-05-14 13:43:35serhiy.storchakalinkissue17974 messages
2013-05-14 13:43:35serhiy.storchakacreate