[issue9967] encoded_word regular expression in email.header.decode_header()

2012-06-03 Thread R. David Murray
R. David Murray added the comment: Instead of doing this we've opted to follow postel and be generous in what we accept and go ahead and decode even if the leading and/or terminating space is missing (see issue 1079). -- resolution: -> rejected status: open -> closed ___

[issue9967] encoded_word regular expression in email.header.decode_header()

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

[issue9967] encoded_word regular expression in email.header.decode_header()

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://mai

[issue9967] encoded_word regular expression in email.header.decode_header()

2010-12-27 Thread R. David Murray
Changes by R. David Murray : -- versions: +Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9967] encoded_word regular expression in email.header.decode_header()

2010-12-14 Thread R. David Murray
Changes by R. David Murray : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue9967] encoded_word regular expression in email.header.decode_header()

2010-10-23 Thread R. David Murray
Changes by R. David Murray : -- assignee: -> r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue9967] encoded_word regular expression in email.header.decode_header()

2010-09-28 Thread Ned Deily
Changes by Ned Deily : -- nosy: +barry, r.david.murray stage: -> patch review versions: -Python 2.5, Python 2.6 ___ Python tracker ___ __

[issue9967] encoded_word regular expression in email.header.decode_header()

2010-09-27 Thread Tokio Kikuchi
New submission from Tokio Kikuchi : Regular expression ecre for RFC2047 encoded_word in email.header module have bugs: 1. encoded_word should be separated by SPACEs in both leading and trailing ends. Current expression take care only trailing end. 2. encoded_text in the third part of encoded