Skip to content

Commit

Permalink
Merge pull request #654 from untitaker/print_in_cgi2
Browse files Browse the repository at this point in the history
Fixing my own pull request #647
  • Loading branch information
mitsuhiko committed Dec 27, 2012
2 parents 2af0ffa + c549e58 commit 7ec45c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploying/cgi.rst
Expand Up @@ -17,7 +17,7 @@ Engine`_, where execution happens in a CGI-like environment.
we do not want if we deploy that application to CGI / app engine.

With CGI, you will also have to make sure that your code does not contain
any ``print`` statements, or that ``sys.stdin`` is overridden by something
any ``print`` statements, or that ``sys.stdout`` is overridden by something
that doesn't write into the HTTP response.

Creating a `.cgi` file
Expand Down

0 comments on commit 7ec45c2

Please sign in to comment.