diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-09-29 07:52:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-29 07:52:52 (GMT) |
commit | dac4ec52866e4068f3ac33b4da1e1a1fe6fc2cba (patch) | |
tree | 46d3f6069071f82e2aa3f70cea511a666e0e84ef /Python/instruction_sequence.c | |
parent | 61180446eee2aef07b042c7e8892c45afabd1499 (diff) | |
download | cpython-dac4ec52866e4068f3ac33b4da1e1a1fe6fc2cba.zip cpython-dac4ec52866e4068f3ac33b4da1e1a1fe6fc2cba.tar.gz cpython-dac4ec52866e4068f3ac33b4da1e1a1fe6fc2cba.tar.bz2 |
gh-53834: Fix support of arguments with choices in argparse (GH-124495)
Positional arguments with nargs equal to '?' or '*' no longer check
default against choices.
Optional arguments with nargs equal to '?' no longer check const
against choices.
Diffstat (limited to 'Python/instruction_sequence.c')
0 files changed, 0 insertions, 0 deletions