]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-76637: Note that `undefined` Codec is for testing (GH-136531) (#136537)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 11 Jul 2025 10:57:39 +0000 (12:57 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Jul 2025 10:57:39 +0000 (10:57 +0000)
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>
Doc/library/codecs.rst

index a8f8c884d218a6a3e299509c46d5870d6d891e00..ec0644279e738d50bf3e01403b2809c543028b2e 100644 (file)
@@ -1384,7 +1384,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.       |