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 Create http package. #2883. 2008-05-26 16:32:26 +00:00
client.py #11515: Merge with 3.2. 2011-03-15 06:03:08 +02:00
cookiejar.py merge 3.1 2011-03-21 02:51:38 +01:00
cookies.py Merged revisions 87550 via svnmerge from 2010-12-28 18:56:33 +00:00
server.py Close #12289: Fix "is executable?" test in the CGI server 2011-06-20 17:45:54 +02:00