]> granicus.if.org Git - python/commit
Merge of the folding-reimpl-branch. Specific changes,
authorBarry Warsaw <barry@python.org>
Thu, 6 Mar 2003 05:16:29 +0000 (05:16 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 6 Mar 2003 05:16:29 +0000 (05:16 +0000)
commit784cf6ae8829c3526bf191a511819bc957ab6cd3
tree96894ca32fa6c9fbe136e361eaa20a1a7130bd8a
parent0ed81c35a79209405df249921b3382ddef6284ff
Merge of the folding-reimpl-branch.  Specific changes,

Charset: Alias __repr__ to __str__ for debugging.

header_encode(): When calling quopriMIME.header_encode(), set
maxlinelen=None so that the lower level function doesn't (also) try to
wrap/fold the line.
Lib/email/Charset.py