File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1484,10 +1484,6 @@ mapping. It is not supported by :meth:`str.encode` (which only produces
14841484
14851485This module implements the following functions:
14861486
1487- .. note ::
1488- These functions should not be used directly, except for testing purposes;
1489- :func: `codecs.lookup ` should be used instead.
1490-
14911487.. function :: normalize_encoding(encoding)
14921488
14931489 Normalize encoding name *encoding *.
@@ -1500,6 +1496,11 @@ This module implements the following functions:
15001496 Note that *encoding * should be ASCII only.
15011497
15021498
1499+ .. note ::
1500+ These functions should not be used directly, except for testing purposes;
1501+ :func: `codecs.lookup ` should be used instead.
1502+
1503+
15031504.. function :: search_function(encoding)
15041505
15051506 Search for the codec module corresponding to the given encoding name
You can’t perform that action at this time.
0 commit comments