Skip to content

argparse v2.0.3

Choose a tag to compare

@trevorld trevorld released this 20 Oct 15:34
  • Fixes bug when accidentally passing a positional argument
    to ArgumentParser() when using Python 3.9.
    Thanks Kurt Hornik for bug report.