Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commented May 12, 2025

  • 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 734e15b)

Co-authored-by: Serhiy Storchaka [email protected]

… argument (pythonGH-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. (cherry picked from commit 734e15b) Co-authored-by: Serhiy Storchaka <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@miss-islington@serhiy-storchaka