summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-06-10-17-48-07.bpo-22454.qeiy_X.rst
blob: 2f30e5c893cfb474dee7be243963e4c81d743219 (plain)
1
2
The :mod:`shlex` module now exposes :func:`shlex.join`, the inverse of
:func:`shlex.split`. Patch by Bo Bayles.