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 iritkatriel
Recipients bethard, cykerway, iritkatriel, paul.j3, rhettinger, shihai1991, tshepang, vvas
Date 2021-11-26.23:42:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637970120.65.0.566702380686.issue14074@roundup.psfhosted.org>
In-reply-to
Content
Reproduced on 3.11, with a different error:

% ./python.exe prog.py
Traceback (most recent call last):
  File "/Users/iritkatriel/src/cpython-1/prog.py", line 5, in <module>
    args = parse.parse_args()
           ^^^^^^^^^^^^^^^^^^
  File "/Users/iritkatriel/src/cpython-1/Lib/argparse.py", line 1822, in parse_args
    args, argv = self.parse_known_args(args, namespace)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/iritkatriel/src/cpython-1/Lib/argparse.py", line 1855, in parse_known_args
    namespace, args = self._parse_known_args(args, namespace)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/iritkatriel/src/cpython-1/Lib/argparse.py", line 2093, in _parse_known_args
    ', '.join(required_actions))
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: sequence item 0: expected str instance, tuple found
History
Date User Action Args
2021-11-26 23:42:00iritkatrielsetrecipients: + iritkatriel, rhettinger, bethard, tshepang, paul.j3, vvas, cykerway, shihai1991
2021-11-26 23:42:00iritkatrielsetmessageid: <1637970120.65.0.566702380686.issue14074@roundup.psfhosted.org>
2021-11-26 23:42:00iritkatriellinkissue14074 messages
2021-11-26 23:42:00iritkatrielcreate