commit | 6208369ff3ec94604dd19500c6d14427301751ef | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Aug 19 03:53:02 2003 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Aug 19 03:53:02 2003 +0000 |
tree | 41dcc2e62bde9df1439821dba9a1d7898ef618d6 | |
parent | 0b6f0d88102f86121d67cb10232f89838ee907d5 [diff] |
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.