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

Amaury Forgeot d'Arc report at bugs.python.org
Wed Apr 1 13:48:06 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

> on Windows the "mime types", .py, .pyw point to a 
> specific version of Python.

It could also point to a "python launcher", which reads the first line
of the file and starts the corresponding version of the interpreter.
Visual Studio does this for .sln files. It even displays different icons
depending on the file contents.

----------

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


More information about the Python-bugs-list mailing list