Xiang Zhang added the comment:

Looking at the spec this is a valid angle addr. Not only 
et_angle_addr('<""@wiarcom.com> SIZE=28113')[0].addr_spec but also 
et_angle_addr('<""@wiarcom.com> SIZE=28113')[0].local_part fails for the same 
reason.

The problem exists in get_bare_quoted_string. When encounter bare '""', it 
returns a empty BareQuoteString. I write issue27931.patch to fix this.

----------
keywords: +patch
nosy: +xiang.zhang
Added file: http://bugs.python.org/file44340/issue27931.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27931>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to