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 r.david.murray
Recipients Cal.Leeming, orsenthil, r.david.murray, santoso.wijaya
Date 2011-07-01.07:45:43
SpamBayes Score 0.00011280983
Marked as misclassified No
Message-id <1309506344.21.0.315862172375.issue12455@psf.upfronthosting.co.za>
In-reply-to
Content
Quoting http://tools.ietf.org/html/rfc2068#section-4.2:

  Field names are case-insensitive.

Which is only logical, since they are modeled on email headers, and email header names are case insensitive.  So, the server in question is broken, yes, but that doesn't mean we can't provide a facility to allow Python to inter-operate with it.  Email, for example, preserves the case of the field names it parses or receives from the application program, but otherwise treats them case-insensitively.  However, since the current code coerces to title case, we have to provide this feature as a switchable facility defaulting to the current behavior, for backward compatibility reasons.

And someone needs to write a patch....
History
Date User Action Args
2011-07-01 07:45:44r.david.murraysetrecipients: + r.david.murray, orsenthil, santoso.wijaya, Cal.Leeming
2011-07-01 07:45:44r.david.murraysetmessageid: <1309506344.21.0.315862172375.issue12455@psf.upfronthosting.co.za>
2011-07-01 07:45:43r.david.murraylinkissue12455 messages
2011-07-01 07:45:43r.david.murraycreate