chr0139 <[email protected]> added the comment:
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) ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue37227> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
