[issue504152] rfc822 long header continuation broken

Mark Lawrence report at bugs.python.org
Tue Aug 17 22:23:14 CEST 2010


Mark Lawrence <breamoreboy at yahoo.co.uk> added the comment:

Confirmed still an issue in py3k by using the email subject line from msg8771 and adding two extra test cases to TestParsers got two failures.  Tried several variations of the patch from msg71573 (in the original the parantheses are unbalanced) and pushed the number of failures to over 80.  I've attached a patch against the unit test file, note that the comments will need changing.

----------
nosy: +BreamoreBoy
stage: unit test needed -> needs patch
versions: +Python 3.2 -Python 2.6, Python 3.0
Added file: http://bugs.python.org/file18555/email_test.diff

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


More information about the Python-bugs-list mailing list