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 pje, strogon14
Date 2008-09-11.22:14:48
SpamBayes Score 0.0033752113
Marked as misclassified No
Message-id <1221171289.5.0.353230124383.issue3834@psf.upfronthosting.co.za>
In-reply-to
Content
Per PEP 333:

"""The optional "size" argument to readline() is not supported, as it
may be complex for server authors to implement, and is not often used in
practice."""

The whole point of this code is to catch broken programs that pass an
argument to readline() -- they are not WSGI-compliant.
History
Date User Action Args
2008-09-11 22:14:49pjesetrecipients: + pje, strogon14
2008-09-11 22:14:49pjesetmessageid: <1221171289.5.0.353230124383.issue3834@psf.upfronthosting.co.za>
2008-09-11 22:14:48pjelinkissue3834 messages
2008-09-11 22:14:48pjecreate