Skip to content

Commit 175ada2

Browse files
[3.13] gh-76637: Note that undefined Codec is for testing (GH-136531) (#136537)
gh-76637: Note that `undefined` Codec is for testing (GH-136531) Closes GH-76637 (cherry picked from commit 975b57d) Co-authored-by: Stan Ulbrych <[email protected]>
1 parent aa4bb1c commit 175ada2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Doc/library/codecs.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,11 @@ encodings.
13841384
| | | It is used in the Python |
13851385
| | | pickle protocol. |
13861386
+--------------------+---------+---------------------------+
1387-
| undefined | | Raise an exception for |
1387+
| undefined | | This Codec should only |
1388+
| | | be used for testing |
1389+
| | | purposes. |
1390+
| | | |
1391+
| | | Raise an exception for |
13881392
| | | all conversions, even |
13891393
| | | empty strings. The error |
13901394
| | | handler is ignored. |

0 commit comments

Comments
 (0)