command-line parsing blows up with python 3.11 #353
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ungleich-public/cdist#353
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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