[issue12289] http.server.CGIHTTPRequestHandler doesn't check if a Python script is executable

STINNER Victor report at bugs.python.org
Thu Jun 9 02:42:40 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

cgi.patch: fix the test checking that the script file is executable.

The patch removes the executable() function. This function is not documented but is public. The patch can be easily modified to keep this function if needed.

----------
keywords: +patch
Added file: http://bugs.python.org/file22288/cgi.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12289>
_______________________________________


More information about the Python-bugs-list mailing list