mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
avoid having to update this statement all the time
This commit is contained in:
parent
59dc89e87d
commit
db9352f00f
1 changed files with 6 additions and 7 deletions
|
@ -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
|
guaranteed that interfaces will remain the same throughout a series of bugfix
|
||||||
releases.
|
releases.
|
||||||
|
|
||||||
.. XXX this gets out of date pretty often
|
The latest stable releases can always be found on the `Python download page
|
||||||
|
<http://python.org/download/>`_. They are recommended production-ready version
|
||||||
The `2.6.4 release <http://python.org/download/>`_ is recommended
|
at this point in time. At the moment, there are two branches of stable
|
||||||
production-ready version at this point in time. Python 3.1 is also considered
|
releases: 2.x and 3.x. Python 3.x may be less useful than 2.x, since currently
|
||||||
production-ready, but may be less useful, since currently there is more third
|
there is more third party software available for Python 2 than for Python 3.
|
||||||
party software available for Python 2 than for Python 3. Python 2 code will
|
Python 2 code will generally not run unchanged in Python 3.
|
||||||
generally not run unchanged in Python 3.
|
|
||||||
|
|
||||||
|
|
||||||
How many people are using Python?
|
How many people are using Python?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue