Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.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 ourterms of service andprivacy 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?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Fix the 'Unsupported error handling' error messagein the encodings.idna.IncrementalDecoder class.
danielhollas commentedJun 3, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The docs build fails with
The |
You could also just link to |
danielhollas commentedJun 3, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 🙂
Uh oh!
There was an error while loading.Please reload this page.
Fixes#135069.
Requires backport to 3.13 and 3.14 branches.