[issue11946] 2.7.1 'test_commands' build test fails

R. David Murray report at bugs.python.org
Thu Apr 28 20:41:11 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

I would say that coreutils is wrong to be appending a space.  If a program were to parse the output of ls, it would reasonably expect the filename to be rendered exactly as it appears in the directory.  That is, a program should treat a trailing space as *part* of the filename, which it clearly isn't in this case.

----------

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


More information about the Python-bugs-list mailing list