[issue6070] Python 2.6 makes .pyc/.pyo bytecode files executable

Tim Golden report at bugs.python.org
Fri Jun 26 17:27:11 CEST 2009


Tim Golden <mail at timgolden.me.uk> added the comment:

Making something executable on Windows has nothing to
do with file permissions. You can set them as much
as you like, but executability is determined by file
associations, possibly in association with PATHEXT
settings. AFAICT, the current Python installer does
this already for pyc / pyo files. (When I say "nothing
to do with file permissions", obviously the file in
question must be readable)

----------
nosy: +tim.golden

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


More information about the Python-bugs-list mailing list