~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Leonard Richardson
  • Date: 2012-02-01 19:28:47 UTC
  • Revision ID: leonard.richardson@canonical.com-20120201192847-zhk3w5wty0m3is6r
LXML's HTML parser is pretty permissive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
* Characters like & < > should always be converted to HTML entities on
7
7
  output, even if substitute_html_entities is False.
8
8
 
 
9
* html5lib doesn't support SoupStrainers, which is OK, but there
 
10
  should be a warning about it.
 
11
 
9
12
Big features
10
13
------------
11
14