Comparing main...argparse_fmtr_sup · davesteele/cpython (original) (raw)

Permalink

base repository: davesteele/cpython

Failed to load repositories. Confirm that selected base ref is valid, then try again.

Loading

base: main

head repository: davesteele/cpython

Failed to load repositories. Confirm that selected head ref is valid, then try again.

Loading

compare: argparse_fmtr_sup

Commits on Jan 8, 2025

  1. 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.
    @davesteele
    Configuration menu
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history