summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-05-20 11:34:44 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-05-20 11:34:44 -0400
commit612922241894abf0467e77c12fc4bb8aa130ac41 (patch)
tree795168593c41c3b4d8fee12e590b6d3e22243154
parent32cbd5737d20c3372a488e1ecc01f7564fc0149c (diff)
The .previous_element of a BeautifulSoup object is now always None,
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 9b938f2..02ff7a8 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -6,6 +6,9 @@
* Fixed another bug by which the html5lib tree builder could create a
disconnected tree. [bug=1182089]
+* The .previous_element of a BeautifulSoup object is now always None,
+ not the last element to be parsed. [bug=1182089]
+
* Fixed test failures when lxml is not installed. [bug=1181589]
* html5lib now supports Python 3. Fixed some Python 2-specific