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

2011-01-30 Thread Glenn Linderman
Glenn Linderman added the comment: Fixed by issue 10841 and issue 4953. -- status: open -> closed ___ Python tracker ___ ___ Python-b

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

2010-11-20 Thread Glenn Linderman
Changes by Glenn Linderman : -- assignee: -> d...@python components: +Documentation nosy: +d...@python type: -> behavior ___ Python tracker ___

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

2010-11-20 Thread Glenn Linderman
New submission from Glenn Linderman : 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