summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-05-07 12:12:24 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-05-07 12:12:24 -0400
commit716ef11451f833227b5ba30b4324335e057c4e52 (patch)
treef61513efe83c038cedc7cf3443f7a601d32737e6 /NEWS.txt
parent1cd5ad49b15d17fac017543876ec5d0a67b57b69 (diff)
Fixed an exception when an overspecified CSS selector didn't match
anything. Code by Stefaan Lippens. [bug=1168167]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index dbc9cae..1daa84e 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -43,6 +43,9 @@
corresponding problem on the Beautiful Soup end that was previously
invisible. [bug=984936]
+* Fixed an exception when an overspecified CSS selector didn't match
+ anything. Code by Stefaan Lippens. [bug=1168167]
+
= 4.1.3 (20120820) =
* Skipped a test under Python 2.6 and Python 3.1 to avoid a spurious