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 jwilk
Recipients jwilk, stefan
Date 2018-05-04.16:58:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525453110.58.0.682650639539.issue33389@psf.upfronthosting.co.za>
In-reply-to
Content
GNU programs seem to use this format:

   $ ls --help | grep ',.*=[A-Z]'
     -I, --ignore=PATTERN       do not list implied entries matching shell PATTERN
     -T, --tabsize=COLS         assume tab stops at each COLS instead of 8
     -w, --width=COLS           set output width to COLS.  0 means no limit

The argparse format is more accurate, but also less practical, especially for long variable names.
History
Date User Action Args
2018-05-04 16:58:30jwilksetrecipients: + jwilk, stefan
2018-05-04 16:58:30jwilksetmessageid: <1525453110.58.0.682650639539.issue33389@psf.upfronthosting.co.za>
2018-05-04 16:58:30jwilklinkissue33389 messages
2018-05-04 16:58:30jwilkcreate