[issue10480] cgi.py should document the need for binary stdin/stdout

2011-01-30 Thread Glenn Linderman

Glenn Linderman v+pyt...@g.nevcal.com added the comment:

Fixed by issue 10841 and issue 4953.

--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10480
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10480] cgi.py should document the need for binary stdin/stdout

2010-11-20 Thread Glenn Linderman

New submission from Glenn Linderman v+pyt...@g.nevcal.com:

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.

--
components: Library (Lib)
messages: 121868
nosy: v+python
priority: normal
severity: normal
status: open
title: cgi.py should document the need for binary stdin/stdout
versions: Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10480
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10480] cgi.py should document the need for binary stdin/stdout

2010-11-20 Thread Glenn Linderman

Changes by Glenn Linderman v+pyt...@g.nevcal.com:


--
assignee:  - d...@python
components: +Documentation
nosy: +d...@python
type:  - behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10480
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com