https://github.com/python/cpython/commit/175ada2806abef16187361ba4ad5242fb9284f60
commit: 175ada2806abef16187361ba4ad5242fb9284f60
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: malemburg <[email protected]>
date: 2025-07-11T10:57:39Z
summary:

[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 975b57d945c84000949f241ded8f44413ecc6217)

Co-authored-by: Stan Ulbrych <[email protected]>

files:
M Doc/library/codecs.rst

diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst
index a8f8c884d218a6..ec0644279e738d 100644
--- a/Doc/library/codecs.rst
+++ b/Doc/library/codecs.rst
@@ -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.       |

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to