[issue3719] platform.py: _syscmd_file() can't handle target path with space or special shell character

Hirokazu Yamamoto report at bugs.python.org
Tue Sep 2 13:13:26 CEST 2008


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

OK, I understand. And I must apologizes about previous
my patch.

  fileout = _architecture_split(output)[1:]

should not be deleted. It was should be changed to

  fileout = _architecture_split(output)

Thank you.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3719>
_______________________________________


More information about the Python-bugs-list mailing list