| Subject: | [Web-SIG] Revising environ['wsgi.input'].readline in the WSGI specification |
|---|---|
| From: | Ian Bicking |
| Date: | Sat, 15 Nov 2008 21:16:41 -0600 |
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@xxxxxxxxxxxxxx : http://blog.ianbicking.org _______________________________________________ Web-SIG mailing list Web-SIG@xxxxxxxxxx Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/mailarch%40xy1.org |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [Web-SIG] WSGI Amendments thoughts: the horror of charsets, Andrew Clover |
|---|---|
| Next by Date: | Re: [Web-SIG] Revising environ['wsgi.input'].readline in the WSGI specification, Graham Dumpleton |
| Previous by Thread: | Re: [Web-SIG] Looking for a Python Ajax Middleware script, David Shi |
| Next by Thread: | Re: [Web-SIG] Revising environ['wsgi.input'].readline in the WSGI specification, Graham Dumpleton |
| Indexes: | [Date] [Thread] [Top] [All Lists] |