[Web-SIG] Revising environ['wsgi.input'].readline in the WSGI specification

Ian Bicking ianb at colorstudy.com
Sun Nov 16 04:16:41 CET 2008


We need to make a revision to the WSGI spec to say that 
environ['wsgi.input'].readline takes an optional size argument.  It 
always does in practice (except in wsgiref.validate.validator, rendering 
that validator useless), and is required to in practice, because 
everyone uses cgi.FieldStorage, and it passes in that argument.

-- 
Ian Bicking : ianb at colorstudy.com : http://blog.ianbicking.org


More information about the Web-SIG mailing list