[issue504152] rfc822 long header continuation broken

2022-04-10 Thread admin
Change by admin : -- github: None -> 35918 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue504152] rfc822 long header continuation broken

2012-05-15 Thread R. David Murray
R. David Murray added the comment: The email package no longer strips the leading whitespace. It doesn't unfold the headers, but changing that at this stage has untenable consequences. However, the email package in 3.3 will have a provisional API that will provide the correct unfolding of he

[issue504152] rfc822 long header continuation broken

2011-03-13 Thread R. David Murray
Changes by R. David Murray : -- versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue504152] rfc822 long header continuation broken

2010-08-17 Thread Kenneth Arnold
Changes by Kenneth Arnold : -- nosy: -kcarnold ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue504152] rfc822 long header continuation broken

2010-08-17 Thread Guido van Rossum
Changes by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue504152] rfc822 long header continuation broken

2010-08-17 Thread Mark Lawrence
Mark Lawrence 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

[issue504152] rfc822 long header continuation broken

2010-05-20 Thread Skip Montanaro
Changes by Skip Montanaro : -- nosy: -skip.montanaro ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue504152] rfc822 long header continuation broken

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue504152] rfc822 long header continuation broken

2009-04-06 Thread R. David Murray
R. David Murray added the comment: The source lines mentioned in this issue have not been changed in trunk, and the feedparser line has not been changed in py3k as of r71355 (rfc822 no longer exists, so I'm not sure if the replacement code in py3k has the issue or not). -- nosy: +r.davi

[issue504152] rfc822 long header continuation broken

2008-08-20 Thread Kenneth Arnold
Kenneth Arnold <[EMAIL PROTECTED]> added the comment: This issue still seems to be present in Python 2.5's email module. feedparser.py line 444-445 says: # XXX reconsider the joining of folded lines lhdr = EMPTYSTRING.join(lastvalue)[:-1].rstrip('\r\n') I think that should be something like: l

[issue504152] rfc822 long header continuation broken

2007-09-13 Thread Brett Cannon
Changes by Brett Cannon: -- keywords: +patch Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue504152] rfc822 long header continuation broken

2007-08-30 Thread Guido van Rossum
Guido van Rossum added the comment: Barry, what do you think of this patch? How does the email package handle this case? Tracker <[EMAIL PROTECTED]> ___

[issue504152] rfc822 long header continuation broken

2007-08-29 Thread Guido van Rossum
Changes by Guido van Rossum: -- versions: +Python 2.4, Python 2.5, Python 2.6, Python 3.0 Tracker <[EMAIL PROTECTED]> ___ Python-bug

[issue504152] rfc822 long header continuation broken

2007-08-29 Thread Skip Montanaro
Skip Montanaro added the comment: Is this still an issue? No activity since 2003-11. -- nosy: +skip.montanaro Tracker <[EMAIL PROTECTED]> _