Comparing main...argparse_fmtr_sup · davesteele/cpython (original) (raw)
Checking mergeability… Don’t worry, you can still create the pull request.
- 3 commits
- 2 files changed
- 1 contributor
Commits on Jan 8, 2025
- argparse: Remove top private declaration
Remove a declaration at the top stating that the internals of some of
the Formatter classes are an "implementation detail". This statement
here is unnecessary and incorrect. The declaration already exists with
each class. Formatter classes outside those listed also contain method
definitions that arguably would need to be included for completeness.
Configuration menu
Browse the repository at this point in the history