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 frispete, orsenthil
Date 2008-03-30.04:43:43
SpamBayes Score 0.41008133
Marked as misclassified No
Message-id <1206852228.18.0.528441922267.issue2275@psf.upfronthosting.co.za>
In-reply-to
Content
I understand your implementation of _cap_header_key function.
But should not this patch be handled in a way wherein.
key.capitalize() is just replaced by key.upper()?

Should not that suffice?
What is the difference between _cap_header_key and key.upper()?

Thank you,
Senthil
History
Date User Action Args
2008-03-30 04:43:48orsenthilsetspambayes_score: 0.410081 -> 0.41008133
recipients: + orsenthil, frispete
2008-03-30 04:43:48orsenthilsetspambayes_score: 0.410081 -> 0.410081
messageid: <1206852228.18.0.528441922267.issue2275@psf.upfronthosting.co.za>
2008-03-30 04:43:46orsenthillinkissue2275 messages
2008-03-30 04:43:46orsenthilcreate