Skip to content

[3.7] bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) - #16597

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-65dcc8a-3.7
Oct 12, 2019
Merged

[3.7] bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)#16597
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-65dcc8a-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Oct 5, 2019

Copy link
Copy Markdown
Contributor

KeyError should cause a failure in parsing the encoded word and should be caught and raised as a _InvalidEWError instead.
(cherry picked from commit 65dcc8a)

Co-authored-by: Andrei Troie andreitroie90@gmail.com

https://bugs.python.org/issue38332

…-16503)

KeyError should cause a failure in parsing the encoded word and should be caught and raised as a _InvalidEWError instead.
(cherry picked from commit 65dcc8a)

Co-authored-by: Andrei Troie <andreitroie90@gmail.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@aft90 and @maxking: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington

Copy link
Copy Markdown
Contributor Author

@aft90 and @maxking: Status check is done, and it's a success ✅ .

@ned-deily

Copy link
Copy Markdown
Member

@maxking, any reason to not merge this backport?

@miss-islington
miss-islington merged commit febe359 into python:3.7 Oct 12, 2019
@miss-islington
miss-islington deleted the backport-65dcc8a-3.7 branch October 12, 2019 17:02
@maxking

maxking commented Oct 12, 2019

Copy link
Copy Markdown
Contributor

@ned-deily I was waiting for rc-period, but I guess I don't have to :) Merging this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants