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 chr0139
Recipients chr0139, eric.smith, xtreak
Date 2019-06-11.09:16:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560244572.54.0.617425705437.issue37227@roundup.psfhosted.org>
In-reply-to
Content
I think --li is not the same argument as --list

So I expect that

parser.parse_args(['-l']) or parser.parse_args(['--list'])

should be only two options which should leads to the result

Namespace(list=True, upgrade=False)
History
Date User Action Args
2019-06-11 09:16:12chr0139setrecipients: + chr0139, eric.smith, xtreak
2019-06-11 09:16:12chr0139setmessageid: <1560244572.54.0.617425705437.issue37227@roundup.psfhosted.org>
2019-06-11 09:16:12chr0139linkissue37227 messages
2019-06-11 09:16:12chr0139create