-
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]