[issue2658] decode_header() fails on multiline headers

2008-04-19 Thread Christoph Schneeberger
New submission from Christoph Schneeberger <[EMAIL PROTECTED]>: email.Header.decode_header() does not correctly deal with multiline Headerlines. header.py in revision 54371 (1) changes the behaviour, whereas previously multiline headers where parsed correctly, header.py 54371 introduced a new reg

[issue2658] decode_header() fails on multiline headers

2008-04-19 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: -> barry nosy: +barry __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mai

[issue2658] decode_header() fails on multiline headers

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

[issue2658] decode_header() fails on multiline headers

2010-08-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.4, Python 2.5 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue2658] decode_header() fails on multiline headers

2012-05-15 Thread R. David Murray
Changes by R. David Murray : -- assignee: r.david.murray -> components: +email ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue2658] decode_header() fails on multiline headers

2011-03-13 Thread R. David Murray
Changes by R. David Murray : -- versions: +Python 2.7, Python 3.1, Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue2658] decode_header() fails on multiline headers

2012-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0808cb8c60fd by R David Murray in branch 'default': #2658: Add test for issue fixed by fix for #1079. http://hg.python.org/cpython/rev/0808cb8c60fd -- nosy: +python-dev ___ Python tracker

[issue2658] decode_header() fails on multiline headers

2012-06-03 Thread R. David Murray
R. David Murray added the comment: This is fixed by the fix for issue 1079. I've added the test to the test suite. -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> decode_header does not follow RFC 2047 versions: -Python 2.7, Python 3.1