This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.j3
Recipients bethard, chris.jerdonek, devurandom, gfxmonk, leonard.gerard, martin.panter, paul.j3, tshepang, waltermundt
Date 2018-06-30.21:19:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530393555.88.0.56676864532.issue15112@psf.upfronthosting.co.za>
In-reply-to
Content
`parse_intermixed_args` was added in v 3.7.

https://docs.python.org/3/library/argparse.html#intermixed-parsing

https://stackoverflow.com/questions/50916124/allow-positional-command-line-arguments-with-nargs-to-be-seperated-by-a-flag
History
Date User Action Args
2018-06-30 21:19:16paul.j3setrecipients: + paul.j3, bethard, gfxmonk, devurandom, chris.jerdonek, tshepang, martin.panter, waltermundt, leonard.gerard
2018-06-30 21:19:15paul.j3setmessageid: <1530393555.88.0.56676864532.issue15112@psf.upfronthosting.co.za>
2018-06-30 21:19:15paul.j3linkissue15112 messages
2018-06-30 21:19:15paul.j3create