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

Ian Bicking ianb at colorstudy.com
Mon Nov 17 19:51:04 CET 2008


Mark Ramm wrote:
> On Mon, Nov 17, 2008 at 12:55 PM, Andrew Clover <and-py at doxdesk.com> wrote:
>> Ian Bicking wrote:
>>
>>> To resolve this, let's just not pass it over this time?
> 
> Totally agreed.
> 
> What exactly needs to happen next?

We need to propose a change to the WSGI specification.  I propose, in 
"Input and Error Streams" 
(http://www.python.org/dev/peps/pep-0333/#input-and-error-streams) we 
change it to have "readline(hint)" and expand Note 3 to include readline 
as well as readlines, removing Note 2.  Also I suppose some sort of 
change note in the specification?

Does this sound like a sufficient change to the spec, and are there any 
objections to the change?

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


More information about the Web-SIG mailing list