https://github.com/python/cpython/commit/a66af8b827b67d9785e0f9dbecea2ac14018c273
commit: a66af8b827b67d9785e0f9dbecea2ac14018c273
branch: 3.13
author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com>
committer: malemburg <m...@lemburg.com>
date: 2025-07-09T10:41:22+02:00
summary:

[3.13] gh-136162: Clean up `encodings` package documentation (#136456)

Remove docs of functions not yet implemented in 3.13

files:
M Doc/library/codecs.rst

diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst
index 0d38e00745b08d..437289c880c852 100644
--- a/Doc/library/codecs.rst
+++ b/Doc/library/codecs.rst
@@ -1508,7 +1508,7 @@ This module implements the following functions:
 
 
 .. note::
-   The following functions should not be used directly, except for testing
+   The following function should not be used directly, except for testing
    purposes; :func:`codecs.lookup` should be used instead.
 
 
@@ -1528,18 +1528,6 @@ This module implements the following functions:
    are registered for future use.
 
 
-.. function:: win32_code_page_search_function(encoding)
-
-   Search for a Windows code page encoding *encoding* of the form ``cpXXXX``.
-
-   If the code page is valid and supported, return a :class:`codecs.CodecInfo`
-   object for it.
-
-   .. availability:: Windows.
-
-   .. versionadded:: 3.14
-
-
 This module implements the following exception:
 
 .. exception:: CodecRegistryError

_______________________________________________
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

Reply via email to