Skip to content

bpo-31445: String index out of range in get_group(), email/_header_value_parser.py#6828

Closed
bfrosik wants to merge 1 commit into
python:masterfrom
bfrosik:bug1
Closed

bpo-31445: String index out of range in get_group(), email/_header_value_parser.py#6828
bfrosik wants to merge 1 commit into
python:masterfrom
bfrosik:bug1

Conversation

@bfrosik

@bfrosik bfrosik commented May 14, 2018

Copy link
Copy Markdown

@bfrosik bfrosik requested a review from a team as a code owner May 14, 2018 20:06
token[:0] = [leader]
group_list.append(token)
return group_list, value

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I do not think it is a good idea to remove existing empty line.

@csabella csabella changed the title [3.8] String index out of range in get_group(), email/_header_value_parser.py (bpo-31445) bpo-31445: String index out of range in get_group(), email/_header_value_parser.py May 21, 2019
@maxking

maxking commented Jun 14, 2019

Copy link
Copy Markdown
Contributor

I commented on bpo, but this seem to be fixed in the master branch and I can reproduce this issue. This is also similar to #4642 in the fix.

Thanks @bfrosik for this though :)

@csabella

Copy link
Copy Markdown
Contributor

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

@csabella csabella closed this Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants