forked from orbit-oss/flask
Merge pull request #654 from untitaker/print_in_cgi2
Fixing my own pull request #647
This commit is contained in:
commit
7ec45c2d02
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue