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 martin.panter
Recipients Guido, demian.brecht, martin.panter, orsenthil, r.david.murray
Date 2014-12-16.01:43:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418694231.6.0.430158011863.issue22928@psf.upfronthosting.co.za>
In-reply-to
Content
There could be potential for breaking compatibility if people are intentionally sending values with folded lines (obsoleted by the new HTTP RFC).

Perhaps the same error should be raised for values that cannot be encoded in Latin-1? Also, maybe most control characters should trigger an error, not just CR and LF. Apart from line folding, the HTTP RFC only allows visible ASCII characters, spaces and tabs, and obsolete non-ASCII chars >= 0x80.
History
Date User Action Args
2014-12-16 01:43:51martin.pantersetrecipients: + martin.panter, orsenthil, r.david.murray, demian.brecht, Guido
2014-12-16 01:43:51martin.pantersetmessageid: <1418694231.6.0.430158011863.issue22928@psf.upfronthosting.co.za>
2014-12-16 01:43:51martin.panterlinkissue22928 messages
2014-12-16 01:43:50martin.pantercreate