Skip to content
Snippets Groups Projects

Positional args can again intermix with options

Merged Alan De Smet requested to merge argparse-2 into master

The move from optparse to argparse caused a regression: positional arguments could no longer intermix with optional arguments. This fixes that. (As of Python 3.7, parse_intermixed_args solves the problem, but we want to support 2.6, maybe 2.5.)

Should deal with issue raised in #15

Merge request reports

Approval is optional

Merged by Eva SchifferEva Schiffer 6 years ago (Nov 30, 2018 8:18pm UTC)

Merge details

  • Changes merged into master with 9a057f42.
  • Did not delete the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading