summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2016-07-26 21:28:13 -0400
committerLeonard Richardson <leonardr@segfault.org>2016-07-26 21:28:13 -0400
commit1a0c82f030006f8a3e195e4fcd52c6751f5ae4db (patch)
tree499b2cec7310eb2857210cc1281b0fdbe49031a2 /bs4/__init__.py
parentd45fdd36c11ccc91f5ea81e2caf4ae71c47a4f33 (diff)
parent82e22ffc22ffaaf322a848a15aa5f84dbcb67d42 (diff)
Clarify that Beautiful Soup is no longer compatible with versions of Python pre-2.7. Contributed by Ville Skyttä.
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r--bs4/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py
index 6eb3b04..9a6e73f 100644
--- a/bs4/__init__.py
+++ b/bs4/__init__.py
@@ -8,7 +8,7 @@ Beautiful Soup uses a pluggable XML or HTML parser to parse a
provides methods and Pythonic idioms that make it easy to navigate,
search, and modify the parse tree.
-Beautiful Soup works with Python 2.6 and up. It works better if lxml
+Beautiful Soup works with Python 2.7 and up. It works better if lxml
and/or html5lib is installed.
For more than you ever wanted to know about Beautiful Soup, see the