Message226320
http://bugs.python.org/issue14191
'argparse doesn't allow optionals within positionals'
implements a 'parse_intermixed_args()' method, which parses all of the optionals with one pass, followed by a second pass that handles the positionals. It does this by temporarily deactivating the positionals for the first pass. It emulates the optparse behavior (with the added ability to parse positionals).
This is too big of a change to ever become the default behavior for argparse. |
|
Date |
User |
Action |
Args |
2014-09-03 20:45:33 | paul.j3 | set | recipients:
+ paul.j3, bethard, gfxmonk, chris.jerdonek, tshepang, martin.panter, waltermundt, leonard.gerard |
2014-09-03 20:45:33 | paul.j3 | set | messageid: <1409777133.38.0.891338047077.issue15112@psf.upfronthosting.co.za> |
2014-09-03 20:45:33 | paul.j3 | link | issue15112 messages |
2014-09-03 20:45:33 | paul.j3 | create | |
|