This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.golden
Recipients georg.brandl, joe.amenta, loewis, markon, phd, r.david.murray, tim.golden
Date 2009-06-26.15:27:09
SpamBayes Score 0.0032090668
Marked as misclassified No
Message-id <4A44E8D0.8010807@timgolden.me.uk>
In-reply-to <1246026097.57.0.118821202133.issue6070@psf.upfronthosting.co.za>
Content
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)
History
Date User Action Args
2009-06-26 15:27:12tim.goldensetrecipients: + tim.golden, loewis, georg.brandl, phd, r.david.murray, joe.amenta, markon
2009-06-26 15:27:10tim.goldenlinkissue6070 messages
2009-06-26 15:27:09tim.goldencreate