[issue11928] fail on filename with space at the end

Éric Araujo report at bugs.python.org
Wed Apr 27 11:39:59 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

> WindowsError: [Error 2] The system cannot find the file specified: 'some file '

The strange thing is that the filename is correct (I feared it was a strip() call somewhere that caused the bug), and that you get a WindowsError.  This makes me think that the fault lies in the OS, not in distutils.  I can’t reproduce your bug on linux2.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list