Skip to content

Conversation

@cclauss
Copy link
Contributor

@cclauss cclauss commented Oct 19, 2025

No description provided.

@cclauss cclauss mentioned this pull request Oct 19, 2025
`UnicodeDecodeError` is raised when data cannot be decoded. This is identical
to Python's default behavior. Other valid values to `errors` include
`'replace'`, `'ignore'`, and `'backslashreplace'`. See [Unicode HOWTO: The String Type](https://docs.python.org/3/howto/unicode.html#the-string-type) for more information on the behavior of these error handlers.
`'replace'`, `'ignore'`, and `'backslashreplace'`. See [Unicode HOW-TO: The String Type](https://docs.python.org/3/howto/unicode.html#the-string-type) for more information on the behavior of these error handlers.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally, I'd suggest adding an exception for the reasons I note in #30 (comment) as opposed to changing the spelling against the wishes of the linked document.

That said, it's just my personally opinion.

@cclauss
Copy link
Contributor Author

cclauss commented Oct 20, 2025

Closing in favor of @jsoref solution.

@cclauss cclauss closed this Oct 20, 2025
@cclauss cclauss requested a review from jsoref October 20, 2025 03:31
@cclauss cclauss deleted the patch-2 branch October 20, 2025 03:31
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.

2 participants