~leonardr/beautifulsoup/bs4

Viewing all changes in revision 521.

  • Committer: Leonard Richardson
  • Date: 2019-08-21 23:06:09 UTC
  • Revision ID: leonardr@segfault.org-20190821230609-6qbo468oeq2c4qad
When instantiating a BeautifulSoup object, it's now possible to
   provide replacement classes to be instantiated for every tag ('tag_class')
   or string ('string_class') encountered during parsing, rather than
   using the default Tag and NavigableString objects.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: