bpo-31445: Added two lines to avoid by radar383 · Pull Request #6825 · python/cpython

Conversation

@radar383

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.

https://bugs.python.org/issue31445

@matrixise

@vstinner vstinner changed the title fix-issue-31445: Added two lines to avoid bpo-31445: Added two lines to avoid

May 17, 2018

vstinner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@csabella

@maxking

I added a comment on bpo too, but this is already fixed in the master branch.

@csabella

Closing based on @maxking's comment (and R. David Murray's comment on the bug tracker) that this was fixed on another issue.

Labels