Skip to content

Commit 975b57d

Browse files
gh-76637: Note that undefined Codec is for testing (#136531)
Closes #76637
1 parent 515b3d1 commit 975b57d

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
@@ -1395,7 +1395,11 @@ encodings.
13951395
| | | It is used in the Python |
13961396
| | | pickle protocol. |
13971397
+--------------------+---------+---------------------------+
1398-
| undefined | | Raise an exception for |
1398+
| undefined | | This Codec should only |
1399+
| | | be used for testing |
1400+
| | | purposes. |
1401+
| | | |
1402+
| | | Raise an exception for |
13991403
| | | all conversions, even |
14001404
| | | empty strings. The error |
14011405
| | | handler is ignored. |

0 commit comments

Comments
 (0)