~leonardr/beautifulsoup/bs4

Viewing all changes in revision 382.

  • Committer: Leonard Richardson
  • Date: 2015-06-28 19:58:48 UTC
  • Revision ID: leonardr@segfault.org-20150628195848-wkrhdwazkl10t3xm
 It's now possible to pickle a BeautifulSoup object no matter which
  tree builder was used to create it. However, the only tree builder
  that survives the pickling process is the HTMLParserTreeBuilder
  ('html.parser'). If you unpickle a BeautifulSoup object created with
  some other tree builder, soup.builder will be None. [bug=1231545]

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: