]> granicus.if.org Git - python/commit
__unicode__(): When converting to a unicode string, we need to
authorBarry Warsaw <barry@python.org>
Thu, 6 Mar 2003 16:10:30 +0000 (16:10 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 6 Mar 2003 16:10:30 +0000 (16:10 +0000)
commit484880534160893c610e5e3a723cf8a3d9f8f116
tree6efbda060c129331f77c7791e4749c6a71fa16b1
parente05dcce686692d0078792a1a542d889bd2ef91f5
__unicode__(): When converting to a unicode string, we need to
preserve spaces in the encoded/unencoded word boundaries.  RFC 2047 is
ambiguous here, but most people expect the space to be preserved.
Really closes SF bug # 640110.
Lib/email/Header.py