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 karlcow
Recipients karlcow, orsenthil, pitrou, r.david.murray
Date 2012-08-28.21:28:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346189290.71.0.465646485962.issue15799@psf.upfronthosting.co.za>
In-reply-to
Content
Fair enough, it could be a warning when

* more than one space in between http version and status code
* if there is a missing space after the status code


I'm not advocating for being strict only. I'm advocating for giving the tools to developer to assess that things are right and choose or not to ignore and having to avoid to patch the libraries or rewrite modules when you create code which needs to be strict for specifically validating responses and requests. :)

ps: I haven't checked yet if the server counter part of httplib was strict in the production rule.
History
Date User Action Args
2012-08-28 21:28:10karlcowsetrecipients: + karlcow, orsenthil, pitrou, r.david.murray
2012-08-28 21:28:10karlcowsetmessageid: <1346189290.71.0.465646485962.issue15799@psf.upfronthosting.co.za>
2012-08-28 21:28:10karlcowlinkissue15799 messages
2012-08-28 21:28:09karlcowcreate