]> granicus.if.org Git - python/commit
_formatparam(), set_param(): RFC 2231 encoding support by Oleg
authorBarry Warsaw <barry@python.org>
Fri, 6 Sep 2002 03:55:04 +0000 (03:55 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 6 Sep 2002 03:55:04 +0000 (03:55 +0000)
commit3c25535dc81492b8f703056dbd3b9685db4ca936
tree7c5ef195e7afab04a1f96655872770dd896dfd6c
parent470288c54e9be66ac41638baabd14607448d8cd6
_formatparam(), set_param(): RFC 2231 encoding support by Oleg
Broytmann in SF patch #600096.  Specifically, the former function now
encodes the triplets, while the latter adds optional charset and
language arguments.
Lib/email/Message.py