]> granicus.if.org Git - python/commit
get_param(): Update the docstring to explain how CHARSET and LANGUAGE
authorBarry Warsaw <barry@python.org>
Tue, 19 Aug 2003 03:53:02 +0000 (03:53 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 19 Aug 2003 03:53:02 +0000 (03:53 +0000)
commit6208369ff3ec94604dd19500c6d14427301751ef
tree41dcc2e62bde9df1439821dba9a1d7898ef618d6
parent0b6f0d88102f86121d67cb10232f89838ee907d5
get_param(): Update the docstring to explain how CHARSET and LANGUAGE
can be None, and what to do in that situation.

get_filename(), get_boundary(), get_content_charset(): Make sure these
handle RFC 2231 headers without a CHARSET field.

Backport candidate (as was the Utils.py 1.25 change) to both Python
2.3.1 and 2.2.4 -- will do momentarily.
Lib/email/Message.py