-
Committer:
Leonard Richardson
-
Date:
2021-12-19 18:56:48 UTC
-
Revision ID:
leonardr@segfault.org-20211219185648-tsu7y2dxdvif2gvw
If the charset-normalizer Python module
(https://pypi.org/project/charset-normalizer/) is installed, Beautiful
Soup will use it to detect the character sets of incoming documents.
This is also the module used by newer versions of the Requests library.
For the sake of backwards compatibility, chardet and cchardet both take
precedence if installed. [bug=1955346]