[issue1699594] shlex fails to parse strings correctly

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: That particular commit can't be the reason, but some other must be. Closing as wfm. -- dependencies: -shlex.split() does not tokenize like the shell resolution: -> works for me status: open -> closed ___ Python tra

[issue1699594] shlex fails to parse strings correctly

2010-09-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Georg: seems like your r55549 and r0 fixed this, am I correct? -- nosy: +BreamoreBoy ___ Python tracker ___ _

[issue1699594] shlex fails to parse strings correctly

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: How do you reproduce this? The strings seem to work fine with shlex.split(). -- nosy: +georg.brandl ___ Python tracker ___ ___

[issue1699594] shlex fails to parse strings correctly

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +shlex.split() does not tokenize like the shell stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker __