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 roippi
Recipients Sworddragon, 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, Sworddragon
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