diff options
author | Leonard Richardson <leonardr@segfault.org> | 2012-08-16 13:28:14 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2012-08-16 13:28:14 -0400 |
commit | 3bbb7de34487e43bb1373b44f45b32cd792cf914 (patch) | |
tree | a195ce9bf708b8b6aacba58890ca70485716b128 /NEWS.txt | |
parent | f125bdd8f8370223329d1736c1f21224622e0b50 (diff) |
As per PEP-8, allow searching by CSS class using the 'class_'
keyword argument. [bug=1037624]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,10 +1,14 @@ = 4.1.2 (Unreleased) = +* As per PEP-8, allow searching by CSS class using the 'class_' + keyword argument. [bug=1037624] + * Use namespace prefixes for namespaced attribute names, instead of the fully-qualified names given by the lxml parser. [bug=1037597] -* When sniffing encodings, if the cchardet library is installed, use - it instead of chardet. It's much faster. [bug=1020748] +* When sniffing encodings, if the cchardet library is installed, + Beautiful Soup uses ccharder instead of chardet. cchardet is much + faster. [bug=1020748] * Use logging.warning() instead of warning.warn() to notify the user that characters were replaced with REPLACEMENT |