EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

win32: Need better testing for executable status #128

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we use os.access(path, os.X_OK) for testing executability...not
clear this is enough/right.  Here's the doc for a win32 function which
looks like it should give us more information:

http://msdn2.microsoft.com/en-us/library/bb762179(VS.85).aspx

Though offhand I'm not seeing the NT implementation of os.access in the
Python sources...

Original issue reported on code.google.com by cgwalt...@gmail.com on 26 Jan 2008 at 1:20