From a57f3a1ceddb7187d57b1cd0bc7fa1c2454925a0 Mon Sep 17 00:00:00 2001 From: jmcb Date: Thu, 3 Nov 2022 20:31:23 +0000 Subject: [PATCH 1/2] Update reference to the size of PyPI Last changed in 2008 (528576031d9655ca8004260a2bf2c783f77d1da1). I also changed "growing collection" to "constantly growing collection" since it makes more sense to me with the much larger number. --- Doc/library/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/index.rst b/Doc/library/index.rst index 7d2002b37df12c..816e216cfe6353 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst @@ -27,8 +27,8 @@ as a collection of packages, so it may be necessary to use the packaging tools provided with the operating system to obtain some or all of the optional components. -In addition to the standard library, there is a growing collection of -several thousand components (from individual programs and modules to +In addition to the standard library, there is a constantly growing collection of +hundreds of thousands of components (from individual programs and modules to packages and entire application development frameworks), available from the `Python Package Index `_. From bd87c4aa72b4fedda2e03707c0a688f247aca095 Mon Sep 17 00:00:00 2001 From: jmcb Date: Wed, 9 Nov 2022 18:02:06 +0000 Subject: [PATCH 2/2] Doc: reword description of PyPI --- Doc/library/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/index.rst b/Doc/library/index.rst index 816e216cfe6353..d064b680f9aaa4 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst @@ -27,7 +27,7 @@ as a collection of packages, so it may be necessary to use the packaging tools provided with the operating system to obtain some or all of the optional components. -In addition to the standard library, there is a constantly growing collection of +In addition to the standard library, there is an active collection of hundreds of thousands of components (from individual programs and modules to packages and entire application development frameworks), available from the `Python Package Index `_.