Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.7] bpo-30566: Fix IndexError when using punycode codec (GH-18632) #18652

Merged
merged 1 commit into from
Feb 25, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 25, 2020

Trying to decode an invalid string with the punycode codec
shoud raise UnicodeError.
(cherry picked from commit ba22e8f)

Co-authored-by: Berker Peksag berker.peksag@gmail.com

https://bugs.python.org/issue30566

Trying to decode an invalid string with the punycode codec
shoud raise UnicodeError.
(cherry picked from commit ba22e8f)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
@miss-islington
Copy link
Contributor Author

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

1 similar comment
@miss-islington
Copy link
Contributor Author

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

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.

4 participants