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 Radu.Ciorba, bethard, chris.jerdonek, paul.j3, r.david.murray, terry.reedy
Date 2013-07-16.20:45:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374007531.9.0.518381736787.issue16468@psf.upfronthosting.co.za>
In-reply-to
Content
I just submitted a patch to http://bugs.python.org/issue11874 which rewrites _format_actions_usage().  It now formats the groups and actions directly, keeping a list of these parts.  It no longer has to cleanup or split a usage line into parts.  So it is not sensitive to special characters (space, [] or ()  ) in the choices metavar.
History
Date User Action Args
2013-07-16 20:45:32paul.j3setrecipients: + paul.j3, terry.reedy, bethard, r.david.murray, chris.jerdonek, Radu.Ciorba
2013-07-16 20:45:31paul.j3setmessageid: <1374007531.9.0.518381736787.issue16468@psf.upfronthosting.co.za>
2013-07-16 20:45:31paul.j3linkissue16468 messages
2013-07-16 20:45:31paul.j3create