Issue1699594
Created on 2007-04-12 22:49 by collinwinter, last changed 2009-03-30 17:04 by ajaksu2.
|
msg31767 - (view) |
Author: Collin Winter (collinwinter) |
Date: 2007-04-12 22:49 |
|
shlex fails to parse
"\!echo \"it's fine\""
and
"\!echo \"it\'s fine\""
correctly. ValueError("No closing quotation") is raised incorrectly.
|
|
msg31768 - (view) |
Author: Collin Winter (collinwinter) |
Date: 2007-04-12 22:50 |
|
This should probably be fixed at the same time as #1521950.
|
|
| Date |
User |
Action |
Args |
| 2009-03-30 17:04:08 | ajaksu2 | set | dependencies:
+ shlex.split() does not tokenize like the shell type: behavior stage: test needed versions:
+ Python 2.6, - Python 2.5 |
| 2007-04-12 22:49:03 | collinwinter | create | |
|