Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions Doc/library/codecs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand All @@ -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
Expand Down
Loading