diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-12-13 21:15:31 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-12-13 21:15:31 (GMT) |
commit | db9352f00f1d65e40e3e49d47becaf4dcb3d6f72 (patch) | |
tree | 626aae2384b684dc4826757ad50d847854661445 /Doc | |
parent | 59dc89e87d6ab7ecff74a3fd215312f551b58f63 (diff) | |
download | cpython-db9352f00f1d65e40e3e49d47becaf4dcb3d6f72.zip cpython-db9352f00f1d65e40e3e49d47becaf4dcb3d6f72.tar.gz cpython-db9352f00f1d65e40e3e49d47becaf4dcb3d6f72.tar.bz2 |
avoid having to update this statement all the time
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/faq/general.rst | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index 67935f4..aa86b06 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -309,13 +309,12 @@ only fixes for known problems are included in a bugfix release, and it's guaranteed that interfaces will remain the same throughout a series of bugfix releases. -.. XXX this gets out of date pretty often - -The `2.6.4 release <http://python.org/download/>`_ is recommended -production-ready version at this point in time. Python 3.1 is also considered -production-ready, but may be less useful, since currently there is more third -party software available for Python 2 than for Python 3. Python 2 code will -generally not run unchanged in Python 3. +The latest stable releases can always be found on the `Python download page +<http://python.org/download/>`_. They are recommended production-ready version +at this point in time. At the moment, there are two branches of stable +releases: 2.x and 3.x. Python 3.x may be less useful than 2.x, since currently +there is more third party software available for Python 2 than for Python 3. +Python 2 code will generally not run unchanged in Python 3. How many people are using Python? |