-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-135069: Fix exception message in encodings.idna module #135071
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
base: main
Are you sure you want to change the base?
Conversation
Fix the 'Unsupported error handling' error message in the encodings.idna.IncrementalDecoder class.
The docs build fails with
The |
You could also just link to |
Thanks, makes sense to me. I tried to change it but still got an error:
No matter how long I stare at it the new blurb looks correct to me? Apologies if that is something obvious, I don't have much experience with rst. EDIT: The windows build failure looks like a transient http error? |
Maybe we can suppress the reference with
|
That worked, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! The news entry could be even shorter (and with less detail) but I think this is also fine 🙂
Fixes #135069.
Requires backport to 3.13 and 3.14 branches.