Message 341973 - Python tracker

Message341973

Author rhubarbdog x
Recipients larry, rhubarbdog x
Date 2019-05-09.08:39:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557391162.39.0.325223416239.issue36863@roundup.psfhosted.org>
In-reply-to
Content
I've found a bug with argparse and reported it upstream.
`command --option source destination` works
`command soucre destination --option` works
but `command source --option destination` doesn't outputting the usage text block associated `do_command` method and outputs error message `command: error: unrecognized arguments: destination`
History
Date User Action Args
2019-05-09 08:39:22rhubarbdog xsetrecipients: + rhubarbdog x, larry
2019-05-09 08:39:22rhubarbdog xsetmessageid: <1557391162.39.0.325223416239.issue36863@roundup.psfhosted.org>
2019-05-09 08:39:22rhubarbdog xlinkissue36863 messages
2019-05-09 08:39:22rhubarbdog xcreate