gh-135069: Fix exception message in encodings.idna module#135071
gh-135069: Fix exception message in encodings.idna module#135071kumaraditya303 merged 4 commits intopython:mainfrom
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! |
tomasr8
left a comment
There was a problem hiding this comment.
LGTM, thanks! The news entry could be even shorter (and with less detail) but I think this is also fine 🙂
|
@tomasr8 @ZeroIntensity congratulations to both on becoming core developers! 👏 I guess this PR could be merged if you re-apply your review now? 😊 |
ZeroIntensity
left a comment
There was a problem hiding this comment.
Would you like to hit the green button @tomasr8?
|
Feel free to press it @ZeroIntensity! 🙂 I'm a bit busy today 😅 |
|
Thanks @danielhollas for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…onGH-135071) (cherry picked from commit 8dc3383) Co-authored-by: Daniel Hollas <daniel.hollas@bristol.ac.uk>
…onGH-135071) (cherry picked from commit 8dc3383) Co-authored-by: Daniel Hollas <daniel.hollas@bristol.ac.uk>
|
GH-136235 is a backport of this pull request to the 3.14 branch. |
|
GH-136236 is a backport of this pull request to the 3.13 branch. |
Fixes #135069.
Requires backport to 3.13 and 3.14 branches.