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 paul.j3
Recipients bethard, paul.j3, tshepang, vvas
Date 2017-01-25.05:38:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485322689.78.0.710185023997.issue14074@psf.upfronthosting.co.za>
In-reply-to
Content
An alternative fix is to disallow tuple metavars for positionals.  

A tuple metavar may look nice in the usage.  But a well selected dest seems better in the help line, and error messages.  Using dest in all 3 roles, as we do now, is the simplest compromise.
History
Date User Action Args
2017-01-25 05:38:09paul.j3setrecipients: + paul.j3, bethard, tshepang, vvas
2017-01-25 05:38:09paul.j3setmessageid: <1485322689.78.0.710185023997.issue14074@psf.upfronthosting.co.za>
2017-01-25 05:38:09paul.j3linkissue14074 messages
2017-01-25 05:38:09paul.j3create