]> granicus.if.org Git - python/commit
bpo-22454: Add shlex.join() (the opposite of shlex.split()) (GH-7605)
authorBo Bayles <bbayles@gmail.com>
Wed, 29 May 2019 08:06:12 +0000 (03:06 -0500)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Wed, 29 May 2019 08:06:11 +0000 (09:06 +0100)
commitca804955927dddb6ae5a846dbc0248a932be9a4e
treed9cb8069d21b991842d1210e1641a95ebddde912
parentf83d1dbd3bfbde940117c85f5c70de00e47b7e6e
bpo-22454: Add shlex.join() (the opposite of shlex.split()) (GH-7605)
Doc/library/shlex.rst
Doc/whatsnew/3.8.rst
Lib/shlex.py
Lib/test/test_shlex.py
Misc/NEWS.d/next/Library/2018-06-10-17-48-07.bpo-22454.qeiy_X.rst [new file with mode: 0644]