This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2010年11月21日 05:43 by v+python, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg121868 - (view) | Author: Glenn Linderman (v+python) * | Date: 2010年11月21日 05:43 | |
CGI is a bytestream protocol. Python assumes a text mode encoding for stdin and stdout, this is inappropriate for the CGI interface. CGI should provide an API to "do the right thing" to make stdin and stout binary mode interfaces (including mscvrt setting to binary on Windows). Failing that, it should document the need to do so in CGI applications. Failing that, it should be documented somewhere, CGI seems the most appropriate place to me. |
|||
| msg127575 - (view) | Author: Glenn Linderman (v+python) * | Date: 2011年01月31日 04:45 | |
Fixed by issue 10841 and issue 4953. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:09 | admin | set | github: 54689 |
| 2011年01月31日 04:45:51 | v+python | set | status: open -> closed nosy: v+python, docs@python messages: + msg127575 |
| 2010年11月21日 07:55:03 | v+python | set | assignee: docs@python type: behavior components: + Documentation nosy: + docs@python |
| 2010年11月21日 05:43:08 | v+python | create | |