diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-06-24 07:17:14 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-06-24 07:17:14 -0400 |
commit | 8fb4389df679d38add64014f5a1b71d6d4820e1f (patch) | |
tree | 7cabf40c2e5600014bfb8185d244ae2d96d07d42 /NEWS.txt | |
parent | 8b63da202f6d1c55f41f4011e686938eee7e4cee (diff) |
The select() method can now find tags with attributes whose names
contain dashes. Patch by Marek Kapolka. [bug=1304007]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -17,7 +17,10 @@ Francisco Canas [bug=1191917] * The select() method can now find tags whose names contain - dashes. Patch by Francisco Canas [bug=1276211] + dashes. Patch by Francisco Canas. [bug=1276211] + +* The select() method can now find tags with attributes whose names + contain dashes. Patch by Marek Kapolka. [bug=1304007] * Improved the lxml tree builder's handling of processing instructions. [bug=1294645] |