[Python-Dev] Add a "transformdict" to collections

Barry Warsaw barry at python.org
Tue Sep 10 15:49:28 CEST 2013


On Sep 10, 2013, at 12:04 PM, Victor Stinner wrote:

>The http.client and email.message modules convert headers to lower
>case, but keep the original case.

As RDM pointed out on the tracker, email headers aren't a great use case for
this because they aren't really dictionaries.  They're lists with some
dict-like syntax.

-Barry


More information about the Python-Dev mailing list