command-line parsing blows up with python 3.11 #353

Closed
opened 2022-12-19 12:52:05 +00:00 by fnux · 0 comments
Collaborator

A change [1] introduced in python 3.11 breaks the argument parse due to the 'scan' parser being defined twice (see [2]).

[1] https://github.com/python/cpython/issues/83897
[2] https://code.ungleich.ch/ungleich-public/cdist/src/branch/master/cdist/argparse.py#L478

A change [1] introduced in python 3.11 breaks the argument parse due to the 'scan' parser being defined twice (see [2]). [1] https://github.com/python/cpython/issues/83897 [2] https://code.ungleich.ch/ungleich-public/cdist/src/branch/master/cdist/argparse.py#L478
nico closed this issue 2022-12-26 19:58:32 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ungleich-public/cdist#353
No description provided.