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 v+python
Recipients amcnabb, bethard, docs@python, guilherme-pg, paul.j3, r.david.murray, v+python
Date 2013-05-30.05:49:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369892974.8.0.923885649687.issue14191@psf.upfronthosting.co.za>
In-reply-to
Content
These sound like good refinements. You've been thinking.  By making the fallback happen externally, it simplifies the implementation of parse_intermixed_args, and forces the application to accept responsibility for calling it with a consistent set of arguments, or calling something else. I like that. I don't really see the fallback as a particularly useful feature, so pushing it outside the stdlib, yet still making it simple to implement for any that do find it to be useful, seems like a good tradeoff.
History
Date User Action Args
2013-05-30 05:49:34v+pythonsetrecipients: + v+python, amcnabb, bethard, r.david.murray, docs@python, paul.j3, guilherme-pg
2013-05-30 05:49:34v+pythonsetmessageid: <1369892974.8.0.923885649687.issue14191@psf.upfronthosting.co.za>
2013-05-30 05:49:34v+pythonlinkissue14191 messages
2013-05-30 05:49:34v+pythoncreate