[issue31445] Index out of range in get of message.EmailMessage.get()

Randy Wong report at bugs.python.org
Mon May 14 15:47:22 EDT 2018


Randy Wong <radar383 at gmail.com> added the comment:

Submitted pull request: 
fix-issue-31455: Changed by adding two lines in the module "email/_header_value_parser.py" into the function "get_mailbox_list(value)" before return mailbox_list, value to avoid IndexError.

----------
keywords: +patch
nosy: +radar383
pull_requests: +6510
stage:  -> patch review

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31445>
_______________________________________


More information about the Python-bugs-list mailing list