diff options
author | Leonard Richardson <leonardr@segfault.org> | 2020-09-26 11:55:02 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2020-09-26 11:55:02 -0400 |
commit | 12e876bc47a63df663cfd039cd9e2a2ef68445c3 (patch) | |
tree | 236dc95f9230f413efbd946e8ef6fa5100268081 /doc | |
parent | fcf48bf5e5663cfd03efc204c3395a9a8b7fd1a8 (diff) |
Changed version number of development Python in use.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 8a2315b..34ec7cf 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -20,7 +20,7 @@ violates your expectations. This document covers Beautiful Soup version 4.9.2. The examples in this documentation should work the same way in Python 2.7 and Python -3.2. +3.8. You might be looking for the documentation for `Beautiful Soup 3 <http://www.crummy.com/software/BeautifulSoup/bs3/documentation.html>`_. @@ -202,7 +202,7 @@ package the entire library with your application. You can download the tarball, copy its ``bs4`` directory into your application's codebase, and use Beautiful Soup without installing it at all. -I use Python 2.7 and Python 3.2 to develop Beautiful Soup, but it +I use Python 2.7 and Python 3.8 to develop Beautiful Soup, but it should work with other recent versions. Problems after installation |