diff options
author | Leonard Richardson <leonardr@segfault.org> | 2014-12-11 22:08:09 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2014-12-11 22:08:09 -0500 |
commit | 3c133d8d12f314ff3d70195cc0422e8e087b7829 (patch) | |
tree | c9794e8351276c03d21693bf8f747a8a52741187 /NEWS.txt | |
parent | 39eb079dae82d787362cc495e874b6fdeb6b8612 (diff) |
The select() method can now find tags whose names contain
dashes. Patch by Francisco Canas [bug=1276211]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ * The select() method now supports selector grouping. Patch by Francisco Canas [bug=1191917] +* The select() method can now find tags whose names contain + dashes. Patch by Francisco Canas [bug=1276211] + * Restored the helpful syntax error that happens when you try to import the Python 2 edition of Beautiful Soup under Python 3. [bug=1213387] |