diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-07-28 18:23:00 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-07-28 18:23:00 -0400 |
commit | b9cfa0330bf4c6017d89ab66dcf33dac925e7044 (patch) | |
tree | ce8f5fa96bf5761d3da68dc2bbed342380b14e59 /NEWS.txt | |
parent | 6e319a74343b9efb69517ab178dbea921f438ee1 (diff) |
When markup contains duplicate elements, a select() call that
includes multiple match clauses will match all relevant
elements. [bug=1770596]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ * Improved the warning given when no parser is specified. [bug=1780571] +* When markup contains duplicate elements, a select() call that + includes multiple match clauses will match all relevant + elements. [bug=1770596] + * Fixed code that was causing deprecation warnings in recent Python 3 versions. Includes a patch from Ville Skyttä. [bug=1778909] [bug=1689496] |