diff options
author | Leonard Richardson <leonardr@segfault.org> | 2012-08-17 09:40:26 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2012-08-17 09:40:26 -0400 |
commit | a1dbeb6bbd8de7a519f28e44c6a7bfd01de9e875 (patch) | |
tree | d8547b1ce55019a07c923d0cff7ec2b301500402 /NEWS.txt | |
parent | add51d411ddfce7e283ac735f6b9860633a7bb28 (diff) |
Fixed a crash on encoding when an attribute name contained
non-ASCII characters.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,9 +3,12 @@ * 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 +* Display namespace prefixes for namespaced attribute names, instead of the fully-qualified names given by the lxml parser. [bug=1037597] +* Fixed a crash on encoding when an attribute name contained + non-ASCII characters. + * When sniffing encodings, if the cchardet library is installed, Beautiful Soup uses cchardet instead of chardet. cchardet is much faster. [bug=1020748] |