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
..
__init__.py
client.py
cookiejar.py
cookies.py
server.py Close #12289: Fix "is executable?" test in the CGI server 2011-06-20 17:45:54 +02:00