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 Laszlo.Attila.Toth, bethard, kalt, paul.j3
Date 2014-04-19.21:48:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397944110.58.0.663233482089.issue13966@psf.upfronthosting.co.za>
In-reply-to
Content
http://bugs.python.org/issue14191
implements the other side of optparse behavior - allowing a complete intermixing of optionals and positionals. 

It does that with a new 'ArgumentParser.parse_intermixed_args()'  method.
History
Date User Action Args
2014-04-19 21:48:30paul.j3setrecipients: + paul.j3, bethard, kalt, Laszlo.Attila.Toth
2014-04-19 21:48:30paul.j3setmessageid: <1397944110.58.0.663233482089.issue13966@psf.upfronthosting.co.za>
2014-04-19 21:48:30paul.j3linkissue13966 messages
2014-04-19 21:48:30paul.j3create