Closed gavinwahl closed 9 years ago
str(run('foo', 'a"b')) should be foo 'a"b'
str(run('foo', 'a"b'))
foo 'a"b'
Use six.moves.shelx_pipe for this.
Fixed in a1641e2966f6
str(run('foo', 'a"b'))
should befoo 'a"b'
Use six.moves.shelx_pipe for this.