Index: CGIHTTPServer.py =================================================================== --- CGIHTTPServer.py (revision 64883) +++ CGIHTTPServer.py (working copy) @@ -72,8 +72,10 @@ def is_cgi(self): """Test whether self.path corresponds to a CGI script. - Return a tuple (dir, rest) if self.path requires running a - CGI script, None if not. Note that rest begins with a + This function sets self.cgi_info when it returns true. + + Returns True if self.path requires running a + CGI script, False if not. Note that rest begins with a slash if it is not empty. The default implementation tests whether the path