aboutsummaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-06-30 02:51:21 -0700
committerGitHub <noreply@github.com>2020-06-30 02:51:21 -0700
commitc81f9e2d0a78d37209142471dad0fd433220f2ae (patch)
treed27a526be56f7f5f21ca31391a74d33f10c7eaae /Doc
parentbpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227) (diff)
downloadcpython-c81f9e2d0a78d37209142471dad0fd433220f2ae.tar.gz
cpython-c81f9e2d0a78d37209142471dad0fd433220f2ae.tar.bz2
cpython-c81f9e2d0a78d37209142471dad0fd433220f2ae.zip
Update FAQ release schedule and estimated users (GH-21180)
Update FAQ to include: * The new yearly release schedule from PEP 602 * Estimated users from "tens of thousands" to "millions" (cherry picked from commit 3fa4799c3f9d9de7cac30e5db3627e9e125b9ce5) Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/faq/general.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
index 70837341b1b..eee3c3c203e 100644
--- a/Doc/faq/general.rst
+++ b/Doc/faq/general.rst
@@ -296,8 +296,8 @@ How stable is Python?
---------------------
Very stable. New, stable releases have been coming out roughly every 6 to 18
-months since 1991, and this seems likely to continue. Currently there are
-usually around 18 months between major releases.
+months since 1991, and this seems likely to continue. As of version 3.9,
+Python will have a major new release every 12 months (:pep:`602`).
The developers issue "bugfix" releases of older versions, so the stability of
existing releases gradually improves. Bugfix releases, indicated by a third
@@ -315,8 +315,8 @@ be maintained after January 1, 2020 <https://www.python.org/dev/peps/pep-0373/>`
How many people are using Python?
---------------------------------
-There are probably tens of thousands of users, though it's difficult to obtain
-an exact count.
+There are probably millions of users, though it's difficult to obtain an exact
+count.
Python is available for free download, so there are no sales figures, and it's
available from many different sites and packaged with many Linux distributions,