summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2015-06-28 15:58:48 -0400
committerLeonard Richardson <leonardr@segfault.org>2015-06-28 15:58:48 -0400
commit007aa56a1922eea9f364bf3b73e72077046e2c69 (patch)
tree709684c6357fc69013c5d39b026b1d303da9a40b /NEWS.txt
parent9428b9d6ed0d279a72414a986290821ca4f0caaf (diff)
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]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 7bc920e..47d4942 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -98,6 +98,12 @@ Bug fixes:
is used in select(). Previously some cases did not result in a
NotImplementedError.
+* 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]
+
= 4.3.2 (20131002) =
* Fixed a bug in which short Unicode input was improperly encoded to