]> granicus.if.org Git - python/commit
Patch #102953: Fix bug #125452, where shlex.shlex hangs when it
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 9 Jan 2001 03:01:15 +0000 (03:01 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 9 Jan 2001 03:01:15 +0000 (03:01 +0000)
commit9d56cd100e55b8bdac7cc65edc31687e102702e1
tree4f53316de6464ca3644df97c5ef45cf71b163407
parent92d8917f8300267e798df729cf4f28acd83f257f
Patch #102953: Fix bug #125452, where shlex.shlex hangs when it
    encounters a string with an unmatched quote, by adding a check for
    EOF in the 'quotes' state.
Lib/shlex.py