Ben Roberts added the comment:

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.

----------
versions: +Python 3.5 -Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22454>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to