8000 gh-135069: Fix exception message in encodings.idna module by danielhollas · Pull Request #135071 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

Merged
merged 4 commits into from
Jul 3, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix blurb?
  • Loading branch information
danielhollas committed Jun 3, 2025
commit 652d0b1342f95d4ea7d4aec47eecbcd7c7633e18
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Fix the "Invalid error handling" exception in
:meth:`encodings.idna.IncrementalDecoder.decode` to correctly replace the
:class:`encodings.idna.IncrementalDecoder` to correctly replace the
'errors' parameter.
Loading
0