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 bethard
Recipients bethard, tshepang, waltermundt
Date 2012-07-22.21:53:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342994027.39.0.277239827847.issue15112@psf.upfronthosting.co.za>
In-reply-to
Content
Your patch is a good start, but it needs to handle all the related situations, e.g. nargs='?' and the possibility of having more than one zero-length argument at the end.

I believe the following patch achieves this. Please test it out.
History
Date User Action Args
2012-07-22 21:53:47bethardsetrecipients: + bethard, tshepang, waltermundt
2012-07-22 21:53:47bethardsetmessageid: <1342994027.39.0.277239827847.issue15112@psf.upfronthosting.co.za>
2012-07-22 21:53:46bethardlinkissue15112 messages
2012-07-22 21:53:46bethardcreate