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 brian.curtin
Recipients brian.curtin, jeroen.dobbelaere
Date 2011-01-11.16:05:51
SpamBayes Score 0.00036652846
Marked as misclassified No
Message-id <1294761954.45.0.478746512926.issue10888@psf.upfronthosting.co.za>
In-reply-to
Content
The "Read & Execute" permission listed on a file's property window doesn't really mean anything. Executables only need read permissions [0] to actually be executed.

Additionally, in terms of _stat, Windows does its check by extension [1] but they don't specify what extensions they look for.

Adding ".dll" checking would be the most we could do here.



[0] http://technet.microsoft.com/en-us/library/bb727008.aspx
[1] See "st_mode" halfway down the page, http://msdn.microsoft.com/en-us/library/14h5k7ff(v=VS.90).aspx
History
Date User Action Args
2011-01-11 16:05:54brian.curtinsetrecipients: + brian.curtin, jeroen.dobbelaere
2011-01-11 16:05:54brian.curtinsetmessageid: <1294761954.45.0.478746512926.issue10888@psf.upfronthosting.co.za>
2011-01-11 16:05:51brian.curtinlinkissue10888 messages
2011-01-11 16:05:51brian.curtincreate