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 pje
Recipients berker.peksag, docs@python, pje, rschoon
Date 2015-02-17.16:46:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424191573.27.0.781133617065.issue18610@psf.upfronthosting.co.za>
In-reply-to
Content
This is a misreading of the spec.  The read() method is defined as taking exactly one parameter.  The server *should* support it being optional, but the app invoking it without an argument is not compliant, and wsgiref.validate is validating that the *app* performs according to spec, not the server.

Therefore, the documentation is what's in error, not the code.
History
Date User Action Args
2015-02-17 16:46:13pjesetrecipients: + pje, docs@python, berker.peksag, rschoon
2015-02-17 16:46:13pjesetmessageid: <1424191573.27.0.781133617065.issue18610@psf.upfronthosting.co.za>
2015-02-17 16:46:13pjelinkissue18610 messages
2015-02-17 16:46:13pjecreate