[issue11492] email.header.Header doesn't fold headers correctly

R. David Murray report at bugs.python.org
Thu Apr 7 19:51:17 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Here is a patch containing three test cases that demonstrate three different failings of the header folding algorithm.  I'm working on the fix, but it is non-trivial.

----------
components: +Library (Lib) -None
keywords: +patch
title: email.header.Header doesn't fold headers at spaces if value contains ';'s -> email.header.Header doesn't fold headers correctly
Added file: http://bugs.python.org/file21563/header_folding_tests.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11492>
_______________________________________


More information about the Python-bugs-list mailing list