gh-76637: Note that `undefined` Codec is for testing (GH-136531)
Closes GH-76637
(cherry picked from commit
975b57d945c84000949f241ded8f44413ecc6217)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
| | | 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. |