[issue10318] "make altinstall" installs many files with incorrect shebangs

Eric Smith report at bugs.python.org
Fri Nov 5 12:39:27 CET 2010


Eric Smith <eric at trueblade.com> added the comment:

Is there any reason for the test files to have a shebang line at all? I think those should be removed, which would cut the problem in half.

Also, given "-m", I'm not sure any of the files in the stdlib should have a shebang line. Is there really an expectation that these should be run directly? Is anyone really running UserString.py as a script in order to run its tests?

----------
nosy: +eric.smith

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


More information about the Python-bugs-list mailing list