summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-01 14:36:05 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-01 14:36:05 -0500
commit3728f4d974784578291cf4cd9edffaf215f73597 (patch)
treedbea2671e9828547e67523534f86780ff00b3244
parent8d5da528e14cc00278e8c6b57128ea92ae682f89 (diff)
Look for lxml in preference to html5lib.
-rw-r--r--bs4/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py
index fbe2914..0b3c154 100644
--- a/bs4/__init__.py
+++ b/bs4/__init__.py
@@ -69,7 +69,7 @@ class BeautifulSoup(Tag):
# If the end-user gives no indication which tree builder they
# want, look for one with these features.
- DEFAULT_BUILDER_FEATURES = ['html']
+ DEFAULT_BUILDER_FEATURES = ['html', 'fast']
# Used when determining whether a text node is all whitespace and
# can be replaced with a single space. A text node that contains