diff options
author | E-Paine <63801254+E-Paine@users.noreply.github.com> | 2020-06-30 09:42:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 09:42:43 (GMT) |
commit | 3fa4799c3f9d9de7cac30e5db3627e9e125b9ce5 (patch) | |
tree | 226117966b38e475302b43d1454348a2d20bdfdd /Doc/faq | |
parent | 604d95e235d86465b8c17f02095edcaf18464d4c (diff) | |
download | cpython-3fa4799c3f9d9de7cac30e5db3627e9e125b9ce5.zip cpython-3fa4799c3f9d9de7cac30e5db3627e9e125b9ce5.tar.gz cpython-3fa4799c3f9d9de7cac30e5db3627e9e125b9ce5.tar.bz2 |
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"
Diffstat (limited to 'Doc/faq')
-rw-r--r-- | Doc/faq/general.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index 7083734..eee3c3c 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, |