Issue 1221: email.Utils.parseaddr("a(WRONG)@b") - Python tracker (original) (raw)

Issue1221

Created on 2007-09-30 12:39 by helmut, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg56199 - (view) Author: (helmut) Date: 2007-09-30 12:39
>>> email.Utils.parseaddr("a(WRONG)@b") ('WRONG WRONG', 'a@b') I believe this is wrong.
msg59740 - (view) Author: Stuart D Gathman (sdgathman) Date: 2008-01-11 19:37
see Issue1029395
msg59752 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-11 21:18
Duplicated
msg140641 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2011-07-19 00:56
Woops, hit a button wrong and managed to delete a message. It just said: See Issue1025395
History
Date User Action Args
2022-04-11 14:56:27 admin set github: 45562
2011-07-19 00:56:40 r.david.murray set nosy: + r.david.murraymessages: +
2011-07-19 00:54:09 r.david.murray set messages: -
2008-01-11 21🔞31 christian.heimes set status: open -> closedsuperseder: email.Utils.parseaddr fails to parse valid addressesmessages: + priority: normalnosy: + christian.heimesresolution: duplicate
2008-01-11 19:38:26 sdgathman set messages: +
2008-01-11 19:37:14 sdgathman set nosy: + sdgathmanmessages: +
2007-09-30 17:45:02 georg.brandl set assignee: barrynosy: + barry
2007-09-30 12:39:04 helmut create