We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a355d commit 711443cCopy full SHA for 711443c
Doc/library/codecs.rst
@@ -1485,7 +1485,8 @@ mapping. It is not supported by :meth:`str.encode` (which only produces
1485
This module implements the following functions:
1486
1487
.. note::
1488
- These functions should not be used directly, except for testing purposes.
+ These functions should not be used directly, except for testing purposes;
1489
+ :func:`codecs.lookup` should be used instead.
1490
1491
.. function:: normalize_encoding(encoding)
1492
0 commit comments