https://github.com/python/cpython/commit/975b57d945c84000949f241ded8f44413ecc6217 commit: 975b57d945c84000949f241ded8f44413ecc6217 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: malemburg <m...@lemburg.com> date: 2025-07-11T12:50:21+02:00 summary:
gh-76637: Note that `undefined` Codec is for testing (#136531) Closes #76637 files: M Doc/library/codecs.rst diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 37bd913b765d21..c5dae7c8e8fd04 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -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. | _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: arch...@mail-archive.com