File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff 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-
15431531This module implements the following exception:
15441532
15451533.. exception :: CodecRegistryError
You can’t perform that action at this time.
0 commit comments