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-11.01:05:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426035925.9.0.64094325553.issue22928@psf.upfronthosting.co.za>
In-reply-to
Content
I much prefer the new patch with better compatibility and flexibility :)

If you want to strengthen the tests to reflect some of the decisions made here you could add the following tests:

Positive tests:
* putheader('C1-Control', b'next\x85line')
* putheader('Embedded-Fold', 'is\r\n\tallowed')

Negative tests:
* putheader(' Leading-Space', 'value')
* putheader('Embedded: colon', 'extra value')
History
Date User Action Args
2015-03-11 01:05:25martin.pantersetrecipients: + martin.panter, orsenthil, r.david.murray, berker.peksag, serhiy.storchaka, demian.brecht, Guido
2015-03-11 01:05:25martin.pantersetmessageid: <1426035925.9.0.64094325553.issue22928@psf.upfronthosting.co.za>
2015-03-11 01:05:25martin.panterlinkissue22928 messages
2015-03-11 01:05:25martin.pantercreate