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 vinay.sajip
Recipients eric.araujo, eric.smith, robodan, vinay.sajip
Date 2012-02-23.10:08:32
SpamBayes Score 2.9136763e-05
Marked as misclassified No
Message-id <1329991711.15169.YahooMailNeo@web171309.mail.ir2.yahoo.com>
In-reply-to <1329960824.13.0.292987430999.issue1521950@psf.upfronthosting.co.za>
Content
>Éric Araujo <merwok@netwok.org> added the comment:

>I did not fully get what you meant here, but the example you added to the doc made it clear.  Is this covered by tests?

Yes, I believe that testSyntaxSplitCustom covers this.

>Overall great patch!  Dan, do you have time to test it (or read the new examples in the patch) to tell us if it meets what you wanted?

Thanks! It was a bit fiddly, shlex is somewhat difficult to extend cleanly. I developed this functionality for a subprocess ease-of-use-wrapper module called sarge, and I had to basically copy and modify the whole read_token method :-(
History
Date User Action Args
2012-02-23 10:08:34vinay.sajipsetrecipients: + vinay.sajip, eric.smith, robodan, eric.araujo
2012-02-23 10:08:33vinay.sajiplinkissue1521950 messages
2012-02-23 10:08:32vinay.sajipcreate