Skip to content

Commit a66af8b

Browse files
[3.13] pythongh-136162: Clean up encodings package documentation (python#136456)
Remove docs of functions not yet implemented in 3.13
1 parent 21bcecf commit a66af8b

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

Doc/library/codecs.rst

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,7 @@ This module implements the following functions:
15081508

15091509

15101510
.. note::
1511-
The following functions should not be used directly, except for testing
1511+
The following function should not be used directly, except for testing
15121512
purposes; :func:`codecs.lookup` should be used instead.
15131513

15141514

@@ -1528,18 +1528,6 @@ This module implements the following functions:
15281528
are registered for future use.
15291529

15301530

1531-
.. function:: win32_code_page_search_function(encoding)
1532-
1533-
Search for a Windows code page encoding *encoding* of the form ``cpXXXX``.
1534-
1535-
If the code page is valid and supported, return a :class:`codecs.CodecInfo`
1536-
object for it.
1537-
1538-
.. availability:: Windows.
1539-
1540-
.. versionadded:: 3.14
1541-
1542-
15431531
This module implements the following exception:
15441532

15451533
.. exception:: CodecRegistryError

0 commit comments

Comments
 (0)