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 BitTorment, Rui.Carmo, eric.araujo, facundobatista, frispete, jayvdb, jcea, jjlee, martin.panter, orsenthil, r.david.murray
Date 2015-11-09.06:07:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447049230.62.0.974787714209.issue2275@psf.upfronthosting.co.za>
In-reply-to
Content
Please review insensitive-lookup.patch:

* Adapt John’s patch to current code
* Apply similar changes to Request.remove_header()
* Expanded on case-insensitivity, previous capitalize() requirements, and header_items() casing in the documentation
* Dropped testing of unredirected_hdrs and of headers being case-sensitive. I think these are implementation details, and are not part of the implicit API from before the has_header() etc methods.
* Reverted unnecessary test removal in test case
* Added What’s New entry
History
Date User Action Args
2015-11-09 06:07:10martin.pantersetrecipients: + martin.panter, facundobatista, jjlee, jcea, orsenthil, frispete, BitTorment, eric.araujo, r.david.murray, Rui.Carmo, jayvdb
2015-11-09 06:07:10martin.pantersetmessageid: <1447049230.62.0.974787714209.issue2275@psf.upfronthosting.co.za>
2015-11-09 06:07:10martin.panterlinkissue2275 messages
2015-11-09 06:07:10martin.pantercreate