diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2025-05-12 17:54:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-12 17:54:07 (GMT) |
commit | c15980b57b411dd1492f8bfe68d5c87538bd006f (patch) | |
tree | 405797474234da608c6af3ffb0e7f48df6a25b76 /Python/crossinterp.c | |
parent | c11fc4bc962337befe0326e7c902023e13daa2a0 (diff) | |
download | cpython-c15980b57b411dd1492f8bfe68d5c87538bd006f.zip cpython-c15980b57b411dd1492f8bfe68d5c87538bd006f.tar.gz cpython-c15980b57b411dd1492f8bfe68d5c87538bd006f.tar.bz2 |
[3.14] gh-133653: Fix argparse.ArgumentParser with the formatter_class argument (GH-133813) (GH-133941)
* 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.
(cherry picked from commit 734e15b70dc044f57df4049a22dd769dffdb7d18)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Python/crossinterp.c')
0 files changed, 0 insertions, 0 deletions