]> granicus.if.org Git - python/commit
get_content_charset(): RFC 2046 $4.1.2 says charsets are not case
authorBarry Warsaw <barry@python.org>
Thu, 10 Oct 2002 15:13:26 +0000 (15:13 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 10 Oct 2002 15:13:26 +0000 (15:13 +0000)
commitee07cb1d700ef8454fe3d17f1226ad222b77f40f
tree195717087c69d3ff421dd127943a05c0f275761c
parent14fc464ec9b0e4ac0e62af515740e9bb0a5ea448
get_content_charset(): RFC 2046 $4.1.2 says charsets are not case
sensitive.  Coerce the argument to lower case.
Lib/email/Message.py