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 SilentGhost
Recipients Charles Daffern, SilentGhost, bethard
Date 2016-01-25.11:48:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453722539.14.0.660458587839.issue26196@psf.upfronthosting.co.za>
In-reply-to
Content
If you're to drop the space between the argument and its value, e.g. try_args('-a-a'), it seems to work as intended. The third example (
try_args("-a", "--")) still wouldn't work, but it looks like a reasonable workaround to me.
History
Date User Action Args
2016-01-25 11:48:59SilentGhostsetrecipients: + SilentGhost, bethard, Charles Daffern
2016-01-25 11:48:59SilentGhostsetmessageid: <1453722539.14.0.660458587839.issue26196@psf.upfronthosting.co.za>
2016-01-25 11:48:59SilentGhostlinkissue26196 messages
2016-01-25 11:48:58SilentGhostcreate