This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2007年04月12日 22:49 by collinwinter, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg31767 - (view) | Author: Collin Winter (collinwinter) * (Python committer) | 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) * (Python committer) | Date: 2007年04月12日 22:50 | |
This should probably be fixed at the same time as #1521950. |
|||
| msg112268 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2010年08月01日 06:27 | |
How do you reproduce this? The strings seem to work fine with shlex.split(). |
|||
| msg116661 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2010年09月17日 13:29 | |
@Georg: seems like your r55549 and r55550 fixed this, am I correct? |
|||
| msg118794 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2010年10月15日 16:13 | |
That particular commit can't be the reason, but some other must be. Closing as wfm. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:23 | admin | set | github: 44838 |
| 2010年10月15日 16:13:04 | georg.brandl | set | status: open -> closed resolution: works for me dependencies: - shlex.split() does not tokenize like the shell messages: + msg118794 |
| 2010年09月17日 13:29:44 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg116661 |
| 2010年08月01日 06:27:25 | georg.brandl | set | nosy:
+ georg.brandl messages: + msg112268 |
| 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 | |