diff options
Diffstat (limited to 'bs4')
-rw-r--r-- | bs4/__init__.py | 2 |
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 |