[issue1221] email.Utils.parseaddr("a(WRONG)@b")

2011-07-18 Thread R. David Murray
R. David Murray added the comment: Woops, hit a button wrong and managed to delete a message. It just said: See Issue1025395 -- nosy: +r.david.murray ___ Python tracker ___ ___

[issue1221] email.Utils.parseaddr("a(WRONG)@b")

2011-07-18 Thread R. David Murray
Changes by R. David Murray : -- Removed message: http://bugs.python.org/msg59741 ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue1221] email.Utils.parseaddr("a(WRONG)@b")

2008-01-11 Thread Christian Heimes
Christian Heimes added the comment: Duplicated -- nosy: +tiran priority: -> normal resolution: -> duplicate status: open -> closed superseder: -> email.Utils.parseaddr fails to parse valid addresses __ Tracker <[EMAIL PROTECTED]>

[issue1221] email.Utils.parseaddr("a(WRONG)@b")

2008-01-11 Thread Stuart D Gathman
Stuart D Gathman added the comment: See Issue1025395 __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue1221] email.Utils.parseaddr("a(WRONG)@b")

2008-01-11 Thread Stuart D Gathman
Stuart D Gathman added the comment: see Issue1029395 -- nosy: +sdgathman __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Un

[issue1221] email.Utils.parseaddr("a(WRONG)@b")

2007-09-30 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: -> barry nosy: +barry __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1221] email.Utils.parseaddr("a(WRONG)@b")

2007-09-30 Thread helmut
New submission from helmut: >>> email.Utils.parseaddr("a(WRONG)@b") ('WRONG WRONG', '[EMAIL PROTECTED]') I believe this is wrong. -- components: Library (Lib) messages: 56199 nosy: helmut severity: normal status: open title: email.Utils.parseaddr("a(WRONG)@b") type: behavior versions: P