]> granicus.if.org Git - python/commit
bpo-28595: Allow shlex whitespace_split with punctuation_chars (GH-2071)
authorEvan <evanunderscore@gmail.com>
Sat, 1 Jun 2019 19:09:22 +0000 (05:09 +1000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 1 Jun 2019 19:09:22 +0000 (20:09 +0100)
commit56624a99a916fd27152d5b23364303acc0d707de
tree469ecf27c685101302f1c9c365f394df174e68e9
parent2b843ac0ae745026ce39514573c5d075137bef65
bpo-28595: Allow shlex whitespace_split with punctuation_chars (GH-2071)
Doc/library/shlex.rst
Lib/shlex.py
Lib/test/test_shlex.py