Files
cpython/Lib/http
Victor Stinner fb25ba9b07 Close #12289: Fix "is executable?" test in the CGI server
Use os.access(path, os.X_OK) instead of (os.stat(path).st_mode & 0o111 != 0),
and ignore the test on Windows.
2011-06-20 17:45:54 +02:00
..
2011-03-15 06:03:08 +02:00
2011-03-21 02:51:38 +01:00