diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-09 09:22:21 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-09 09:22:21 -0500 |
commit | c199d176f1ebb4289428e1ba8a939b2cd1b55218 (patch) | |
tree | bf26b8a753f1acdee884ea08597a7d58f9a4afda /NEWS.txt | |
parent | ec3d55d62ddf86ba220b8acdafa5a33a74acaebb (diff) |
Fixed a bug that wrecked the tree if you replaced an element with an empty string. [bug=728697]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ * Fixed a bug that caused a crash when you passed a dictionary as an attribute value (possibly because you mistyped "attrs"). [bug=842419] +* Fixed a bug that wrecked the tree if you replaced an element with an + empty string. [bug=728697] + = 4.0.0b4 (20120208) = * Added BeautifulSoup.new_string() to go along with BeautifulSoup.new_tag() |