From 12e876bc47a63df663cfd039cd9e2a2ef68445c3 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sat, 26 Sep 2020 11:55:02 -0400 Subject: Changed version number of development Python in use. --- doc/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 `_. @@ -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 -- cgit v1.2.3