Message 227244 - Python tracker

Message227244

Author roippi
Recipients deleted250130, roippi
Date 2014-09-22.00:08:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411344501.47.0.74416003027.issue22454@psf.upfronthosting.co.za>
In-reply-to
Content
For the record I am on board with a shlex.join.  Even though the implementation is simple:

- It is not obvious to many users if there are any "gotchas" by doing a ' '.join yourself, /even if/ you know that strings with spaces in them need to pass through shlex.quote first.
- The symmetry of shlex.split and shlex.join is obvious - I don't need to read any documentation to know that they are inverse operations.
- "batteries included," "one obvious way," and all that.
History
Date User Action Args
2014-09-22 00:08:21roippisetrecipients: + roippi, deleted250130
2014-09-22 00:08:21roippisetmessageid: <1411344501.47.0.74416003027.issue22454@psf.upfronthosting.co.za>
2014-09-22 00:08:21roippilinkissue22454 messages
2014-09-22 00:08:21roippicreate