diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-05-07 12:12:24 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-05-07 12:12:24 -0400 |
commit | 716ef11451f833227b5ba30b4324335e057c4e52 (patch) | |
tree | f61513efe83c038cedc7cf3443f7a601d32737e6 /NEWS.txt | |
parent | 1cd5ad49b15d17fac017543876ec5d0a67b57b69 (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.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |