This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ianb
Recipients ianb
Date 2008-11-16.00:43:02
SpamBayes Score 2.4098682e-08
Marked as misclassified No
Message-id <1226796184.02.0.689676088557.issue4330@psf.upfronthosting.co.za>
In-reply-to
Content
The method wsgiref.validate:InputWrapper.readline doesn't take any
arguments.  It should take an optional size argument.  Though this isn't
part of the WSGI specification, the cgi module uses this argument when
parsing the body, and in practice no applications that use
cgi.FieldStorage (which is most applications) are compatible with
wsgiref.validate as a result.  Simply adding a *args that is passed to
the underlying file fixes this.
History
Date User Action Args
2008-11-16 00:43:04ianbsetrecipients: + ianb
2008-11-16 00:43:04ianbsetmessageid: <1226796184.02.0.689676088557.issue4330@psf.upfronthosting.co.za>
2008-11-16 00:43:03ianblinkissue4330 messages
2008-11-16 00:43:02ianbcreate