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 grahamd
Recipients grahamd, hdima, pitrou, pje
Date 2008-12-26.10:54:15
SpamBayes Score 0.009506477
Marked as misclassified No
Message-id <1230288858.15.0.312714968902.issue4718@psf.upfronthosting.co.za>
In-reply-to
Content
If making changes in wsgireg.validate, may be worthwhile also fixing up one area where it isn't strictly correct 
according to WSGI PEP.

As per discussion:

http://groups.google.com/group/python-web-sig/browse_frm/thread/b14b862ec4c620c0

the check for number of arguments supplied to wsgi.input.read() is wrong as it allows for an optional argument, 
when argument is supposed to mandatory.
History
Date User Action Args
2008-12-26 10:54:18grahamdsetrecipients: + grahamd, pje, hdima, pitrou
2008-12-26 10:54:18grahamdsetmessageid: <1230288858.15.0.312714968902.issue4718@psf.upfronthosting.co.za>
2008-12-26 10:54:16grahamdlinkissue4718 messages
2008-12-26 10:54:15grahamdcreate