diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2025-05-12 20:27:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-12 20:27:34 +0300 |
commit | 734e15b70dc044f57df4049a22dd769dffdb7d18 (patch) | |
tree | 7fa6f1da3a9875f29bcc9bfc168861539022075c /Python/Python-ast.c | |
parent | 14305a83d381ccdcae814abd9e2c28dda066720b (diff) | |
download | cpython-734e15b70dc044f57df4049a22dd769dffdb7d18.tar.gz cpython-734e15b70dc044f57df4049a22dd769dffdb7d18.zip |
gh-133653: Fix argparse.ArgumentParser with the formatter_class argument (GH-133813)
* Fix TypeError when formatter_class is a custom subclass of
HelpFormatter.
* Fix TypeError when formatter_class is not a subclass of
HelpFormatter and non-standard prefix_char is used.
* Fix support of colorizing when formatter_class is not a subclass of
HelpFormatter.
* Remove the prefix_chars parameter of HelpFormatter.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions