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 pwil3058
Recipients pwil3058
Date 2011-08-09.01:55:56
SpamBayes Score 0.015208829
Marked as misclassified No
Message-id <1312854957.22.0.437190269629.issue12713@psf.upfronthosting.co.za>
In-reply-to
Content
Quite often the names of subcommands are quite long so that their meaning is clear.  However, the downside to this is the increased typing the user of the command must make.  A compromise between clarity and brevity can be realized if abbreviation of subcommands is allowed with the proviso that the abbreviation must be long enough to remove any ambiguity.

So that this feature is not foisted on every programmer that uses argparse it could be made an option to the ArgumentParser class with the (possible) additional refinement of specifying a minimum number of characters for the abbreviations.
History
Date User Action Args
2011-08-09 01:55:57pwil3058setrecipients: + pwil3058
2011-08-09 01:55:57pwil3058setmessageid: <1312854957.22.0.437190269629.issue12713@psf.upfronthosting.co.za>
2011-08-09 01:55:56pwil3058linkissue12713 messages
2011-08-09 01:55:56pwil3058create