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, berker.peksag, demian.brecht, martin.panter, orsenthil, r.david.murray, serhiy.storchaka
Date 2015-03-07.22:01:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425765677.18.0.178542826461.issue22928@psf.upfronthosting.co.za>
In-reply-to
Content
Folded header fields are deprecated as of RFC 7230; see <https://tools.ietf.org/html/rfc7230#section-3.2.4>. The only reasons to fold them I can think of is for readability (debugging), when generating a messsage/http MIME message (which I don’t think the Python library supports), or maybe when dealing with a strange server limitation. Normally there is not meant to be a limit for lines in the HTTP header, although it is common to limit the total unfolded header field value.

If we go ahead and drop folding support, perhaps we should deprecate the putheader() multi-argument mode, rather than just document the arguments are now joined by spaces. It seems a pointless API now with this change.
History
Date User Action Args
2015-03-07 22:01:17martin.pantersetrecipients: + martin.panter, orsenthil, r.david.murray, berker.peksag, serhiy.storchaka, demian.brecht, Guido
2015-03-07 22:01:17martin.pantersetmessageid: <1425765677.18.0.178542826461.issue22928@psf.upfronthosting.co.za>
2015-03-07 22:01:17martin.panterlinkissue22928 messages
2015-03-07 22:01:16martin.pantercreate