[issue3442] wsgiref.validate.InputWrapper.readline does not accept optional "length" argument

Phillip J. Eby report at bugs.python.org
Fri Jul 25 16:55:48 CEST 2008


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

Any package which is using the length argument to readline() is in
violation of PEP 333 and should be fixed.  The argument is intentionally
not supported by wsgiref.validate, since its purpose is to catch
incorrect programs that are violating the spec by using it.

----------
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list