~leonardr/beautifulsoup/bs4

  • 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]
Filename Latest Rev Last Changed Committer Comment Size
..
demonstrate_parser_differences.py 169.1.5 13 years ago Leonard Richardson Cleaned up script and added it to the MANIFEST.in. 2.9 KB Diff Download File
demonstration_markup.txt 169.1.5 13 years ago Leonard Richardson Cleaned up script and added it to the MANIFEST.in. 2.5 KB Diff Download File