On 04/06/07, Phillip J. Eby <[EMAIL PROTECTED]> wrote: > At 04:06 PM 6/3/2007 +1000, Graham Dumpleton wrote: > >Should I just process string and buffer > >objects as a sequence without complaint as required by specification, > > I'd say yes. It's trivial for someone to use wsgiref.validate to > test their application, and it will tell them about this issue.
Last time I looked the wsgiref.validate function will only complain about string being returned, not 'buffer'. > You could, of course, provide an option to use wsgiref.validate > automatically... It is trivial for someone to do it themselves in their WSGI application script file and a lot harder to add such an option as in inbuilt feature, plus would add a dependency on some third party package. Graham _______________________________________________ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com