[issue4330] wsgiref.validate doesn't accept arguments to readline

Phillip J. Eby report at bugs.python.org
Sun Nov 16 04:06:39 CET 2008


Phillip J. Eby <pje at telecommunity.com> added the comment:

No, it shouldn't.  The purpose of wsgiref.validate is to validate spec
compliance, and the use of a readline() argument means that the program
doing the invocation is not valid, per the spec.  wsgiref.validate is
correctly reporting the failure of compliance.

----------
resolution:  -> invalid

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4330>
_______________________________________


More information about the Python-bugs-list mailing list