File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- \section {Standard Module \sectcode {cgi} }
1+ \section {Standard Module \module {cgi} }
22\label {module-cgi }
33\stmodindex {cgi}
44\indexii {WWW}{server}
@@ -8,7 +8,8 @@ \section{Standard Module \sectcode{cgi}}
88\index {URL}
99
1010
11- Support module for CGI (Common Gateway Interface) scripts.
11+ Support module for CGI (Common Gateway Interface) scripts.%
12+ \index {Common Gateway Interface}
1213
1314This module defines a number of utilities for use by CGI scripts
1415written in Python.
@@ -316,7 +317,7 @@ \subsection{Testing your CGI script}
316317from the command line, and a script that works perfectly from the
317318command line may fail mysteriously when run from the server. There's
318319one reason why you should still test your script from the command
319- line: if it contains a syntax error, the python interpreter won't
320+ line: if it contains a syntax error, the Python interpreter won't
320321execute it at all, and the HTTP server will most likely send a cryptic
321322error to the client.
322323
Original file line number Diff line number Diff line change 1- \section {Standard Module \sectcode {cgi} }
1+ \section {Standard Module \module {cgi} }
22\label {module-cgi }
33\stmodindex {cgi}
44\indexii {WWW}{server}
@@ -8,7 +8,8 @@ \section{Standard Module \sectcode{cgi}}
88\index {URL}
99
1010
11- Support module for CGI (Common Gateway Interface) scripts.
11+ Support module for CGI (Common Gateway Interface) scripts.%
12+ \index {Common Gateway Interface}
1213
1314This module defines a number of utilities for use by CGI scripts
1415written in Python.
@@ -316,7 +317,7 @@ \subsection{Testing your CGI script}
316317from the command line, and a script that works perfectly from the
317318command line may fail mysteriously when run from the server. There's
318319one reason why you should still test your script from the command
319- line: if it contains a syntax error, the python interpreter won't
320+ line: if it contains a syntax error, the Python interpreter won't
320321execute it at all, and the HTTP server will most likely send a cryptic
321322error to the client.
322323
You can’t perform that action at this time.
0 commit comments