gh-76637: Note that undefined Codec is for testing (#136531)

Closes #76637
This commit is contained in:
Stan Ulbrych 2025-07-11 12:50:21 +02:00 committed by GitHub
parent 515b3d18ed
commit 975b57d945
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1395,7 +1395,11 @@ encodings.
| | | It is used in the Python |
| | | pickle protocol. |
+--------------------+---------+---------------------------+
| undefined | | Raise an exception for |
| undefined | | This Codec should only |
| | | be used for testing |
| | | purposes. |
| | | |
| | | Raise an exception for |
| | | all conversions, even |
| | | empty strings. The error |
| | | handler is ignored. |