Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 338eae3

Browse files
committed
Merged revisions 76819,76830 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r76819 | benjamin.peterson | 2009-12-13 16:15:31 -0500 (Sun, 13 Dec 2009) | 1 line avoid having to update this statement all the time ........ r76830 | r.david.murray | 2009-12-13 21:50:32 -0500 (Sun, 13 Dec 2009) | 2 lines Clarify phrasing that explains that there are currently two branches. ........
1 parent e32d99f commit 338eae3

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

Doc/faq/general.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -309,13 +309,12 @@ only fixes for known problems are included in a bugfix release, and it's
309309
guaranteed that interfaces will remain the same throughout a series of bugfix
310310
releases.
311311

312-
.. XXX this gets out of date pretty often
313-
314-
The `2.6.4 release <http://python.org/download/>`_ is recommended
315-
production-ready version at this point in time. Python 3.1 is also considered
316-
production-ready, but may be less useful, since currently there is more third
317-
party software available for Python 2 than for Python 3. Python 2 code will
318-
generally not run unchanged in Python 3.
312+
The latest stable releases can always be found on the `Python download page
313+
<http://python.org/download/>`_. There are two recommended production-ready
314+
versions at this point in time, because at the moment there are two branches of
315+
stable releases: 2.x and 3.x. Python 3.x may be less useful than 2.x, since
316+
currently there is more third party software available for Python 2 than for
317+
Python 3. Python 2 code will generally not run unchanged in Python 3.
319318

320319

321320
How many people are using Python?

0 commit comments

Comments
 (0)