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 orsenthil
Recipients BitTorment, facundobatista, frispete, jjlee, orsenthil
Date 2008-07-08.02:53:23
SpamBayes Score 0.017926611
Marked as misclassified No
Message-id <1215485606.93.0.562193449718.issue2275@psf.upfronthosting.co.za>
In-reply-to
Content
Please have a look at this patch.
- Included a CaseInsensitiveDict Lookup for Headers interface.
- Headers will now be .title()-ed instead of .capitalized() ed.
- Included Tests for the changes made.

In the test_urllib2, I have not removed this line (yet).
"The Request.headers dictionary is not a documented interface.."
- I shall attach the patch to the documentation next. Will this suffice
to remove the declaration of "not a documented interface"?

Please provide your comments on the attached patch. If this is fine, I
shall do the same modifications for py3k and patch docs as well.

Thanks!
History
Date User Action Args
2008-07-08 02:53:27orsenthilsetspambayes_score: 0.0179266 -> 0.017926611
recipients: + orsenthil, facundobatista, jjlee, frispete, BitTorment
2008-07-08 02:53:26orsenthilsetspambayes_score: 0.0179266 -> 0.0179266
messageid: <1215485606.93.0.562193449718.issue2275@psf.upfronthosting.co.za>
2008-07-08 02:53:26orsenthillinkissue2275 messages
2008-07-08 02:53:25orsenthilcreate