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 pitrou
Recipients barry, mrabarnett, pitrou, r.david.murray, rhettinger, theller, tim.peters
Date 2013-09-09.11:54:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467643266.47830595.1378727676328.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1378727459.44.0.55462032867.issue18986@psf.upfronthosting.co.za>
Content
> Surely a case-insensitive dict should use str.casefold, not
> str.lower?

Perhaps. Network protocols will usually only allow ASCII in parts
where case is insensitive (e.g. header names), so it shouldn't make a
difference.

Implementing the generic pattern means this is left at the user's
discretion, though.
History
Date User Action Args
2013-09-09 11:54:42pitrousetrecipients: + pitrou, tim.peters, barry, theller, rhettinger, mrabarnett, r.david.murray
2013-09-09 11:54:42pitroulinkissue18986 messages
2013-09-09 11:54:42pitroucreate