]> granicus.if.org Git - python/commit
decode_rfc2231(): We need to urllib.unquote() the value even if the
authorBarry Warsaw <barry@python.org>
Tue, 19 Aug 2003 03:49:34 +0000 (03:49 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 19 Aug 2003 03:49:34 +0000 (03:49 +0000)
commit0b6f0d88102f86121d67cb10232f89838ee907d5
tree303901bfdd9a48b3c2a484df5a6688e460fe995a
parent1a3abcb648565b1c521c41d49ecd7c93a45c6d97
decode_rfc2231(): We need to urllib.unquote() the value even if the
charset and language fields are not present, e.g. as in:

    title*0="This%20is%20encoded"
Lib/email/Utils.py