~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to NEWS.txt

  • Committer: Leonard Richardson
  • Date: 2012-08-17 13:40:26 UTC
  • Revision ID: leonardr@segfault.org-20120817134026-gtcpypg4an3ufg7f
Fixed a crash on encoding when an attribute name contained
  non-ASCII characters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
* As per PEP-8, allow searching by CSS class using the 'class_'
4
4
  keyword argument. [bug=1037624]
5
5
 
6
 
* Use namespace prefixes for namespaced attribute names, instead of
 
6
* Display namespace prefixes for namespaced attribute names, instead of
7
7
  the fully-qualified names given by the lxml parser. [bug=1037597]
8
8
 
 
9
* Fixed a crash on encoding when an attribute name contained
 
10
  non-ASCII characters.
 
11
 
9
12
* When sniffing encodings, if the cchardet library is installed,
10
13
  Beautiful Soup uses cchardet instead of chardet. cchardet is much
11
14
  faster. [bug=1020748]