commit | 9d56cd100e55b8bdac7cc65edc31687e102702e1 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Tue Jan 09 03:01:15 2001 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Tue Jan 09 03:01:15 2001 +0000 |
tree | 4f53316de6464ca3644df97c5ef45cf71b163407 | |
parent | 92d8917f8300267e798df729cf4f28acd83f257f [diff] |
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.