[issue4015] [patch] make installed scripts executable on windows

Mark Hammond report at bugs.python.org
Sat Oct 25 01:35:36 CEST 2008


Mark Hammond <mhammond at users.sourceforge.net> added the comment:

I can see how this might be useful, but I agree it should not happen by
default, at least until it has been out for a while and feedback is
clear that people do want it by default.

I'd also like to find a way to pass all args, not just the first 9 -
that may well end up a source of bugs for people.  It might also be
worth considering that setuptools has the ability to create a true
executable from a script by using a stub executable.  Wouldn't that be
better still?  In the short term, maybe we should keep this
functionality in setuptools etc and let it filter back to distutils as
it proves itself?

----------
nosy: +mhammond

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


More information about the Python-bugs-list mailing list