]> granicus.if.org Git - python/commit
Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 15 Jan 2017 10:06:52 +0000 (10:06 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 15 Jan 2017 10:06:52 +0000 (10:06 +0000)
commit61eda7260ac9fcdb6c5f066eb48dc344544bdfa6
tree9beae3f1525cc5b9e43774bcdc62dd23950988fb
parent2e1b6ea4b7b2ca2c9deab8bc7737b1337bdb192a
Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode.

Thanks to Evan_ for the report and patch.
Lib/shlex.py
Lib/test/test_shlex.py