Message197361
> 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. |
|
Date |
User |
Action |
Args |
2013-09-09 11:54:42 | pitrou | set | recipients:
+ pitrou, tim.peters, barry, theller, rhettinger, mrabarnett, r.david.murray |
2013-09-09 11:54:42 | pitrou | link | issue18986 messages |
2013-09-09 11:54:42 | pitrou | create | |
|