[Python-checkins] devguide: Simplify the brach status table

berker.peksag python-checkins at python.org
Wed Jan 20 20:39:48 EST 2016


https://hg.python.org/devguide/rev/29689a829d92
changeset:   786:29689a829d92
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Thu Jan 21 03:39:49 2016 +0200
summary:
  Simplify the brach status table

files:
  index.rst |  75 ++++++++++++++++++++----------------------
  1 files changed, 36 insertions(+), 39 deletions(-)


diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -63,49 +63,46 @@
 Status of Python branches
 -------------------------
 
-+------------------+-----------------------------------------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
-| Branch           | Schedule                                      | Status      | First release  | End-of-life    | Comment                                                                    |
-+==================+===============================================+=============+================+================+============================================================================+
-| default          | `PEP 494                                      | features    | *2016-12-16*   | *2021-12-16*   | The default branch is currently the future version Python 3.6.             |
-|                  | <https://www.python.org/dev/peps/pep-0494/>`_ |             |                |                |                                                                            |
-+------------------+-----------------------------------------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
-| 3.5              | `PEP 478                                      | bugfix      | 2015-09-13     | *2020-09-13*   |                                                                            |
-|                  | <https://www.python.org/dev/peps/pep-0478/>`_ |             |                |                |                                                                            |
-+------------------+-----------------------------------------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
-| 2.7              | `PEP 373                                      | bugfix      | 2010-07-03     | *2020-01-01*   | The support was extended to 2020.                                          |
-|                  | <https://www.python.org/dev/peps/pep-0373/>`_ |             |                |                |                                                                            |
-+------------------+-----------------------------------------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
-| 3.4              | `PEP 429                                      | security    | 2014-03-16     | *2019-03-16*   | `Last binary release: Python 3.4.4                                         |
-|                  | <https://www.python.org/dev/peps/pep-0429/>`_ |             |                |                | <https://www.python.org/download/releases/3.4.4/>`_                        |
-+------------------+-----------------------------------------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
-| 3.3              | `PEP 398                                      | security    | 2012-09-29     | *2017-09-29*   | `Last binary release: Python 3.3.5                                         |
-|                  | <https://www.python.org/dev/peps/pep-0398/>`_ |             |                |                | <https://www.python.org/download/releases/3.3.5/>`_                        |
-+------------------+-----------------------------------------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
-| 3.2              | `PEP 392                                      | security    | 2011-02-20     | *2016-02-20*   | `Last binary release: Python 3.2.5                                         |
-|                  | <https://www.python.org/dev/peps/pep-0392/>`_ |             |                |                | <https://www.python.org/download/releases/3.2.5/>`_                        |
-+------------------+-----------------------------------------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
-| 3.1              | `PEP 375                                      | end-of-life | 2009-06-27     | 2012-04-11     | `Last release: Python 3.1.5                                                |
-|                  | <https://www.python.org/dev/peps/pep-0375/>`_ |             |                |                | <https://www.python.org/download/releases/3.1.5/>`_                        |
-+------------------+-----------------------------------------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
-| 3.0              | `PEP 361                                      | end-of-life | 2008-12-03     | 2009-01-13     | `Last release: Python 3.0.1                                                |
-|                  | <https://www.python.org/dev/peps/pep-0361/>`_ |             |                |                | <https://www.python.org/download/releases/3.0.1/>`_                        |
-+------------------+-----------------------------------------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
-| 2.6              | `PEP 361                                      | end-of-life | 2008-10-01     | 2013-10-29     | `Last release: Python 2.6.9                                                |
-|                  | <https://www.python.org/dev/peps/pep-0361/>`_ |             |                |                | <https://www.python.org/download/releases/2.6.9/>`_                        |
-+------------------+-----------------------------------------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
++------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
+| Branch           | Schedule     | Status      | First release  | End-of-life    | Comment                                                                    |
++==================+==============+=============+================+================+============================================================================+
+| default          | :pep:`494`   | features    | *2016-12-16*   | *2021-12-16*   | The default branch is currently the future version Python 3.6.             |
++------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
+| 3.5              | :pep:`478`   | bugfix      | 2015-09-13     | *2020-09-13*   |                                                                            |
++------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
+| 2.7              | :pep:`373`   | bugfix      | 2010-07-03     | *2020-01-01*   | The support was extended to 2020.                                          |
++------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
+| 3.4              | :pep:`429`   | security    | 2014-03-16     | *2019-03-16*   | `Last binary release: Python 3.4.4                                         |
+|                  |              |             |                |                | <https://www.python.org/download/releases/3.4.4/>`_                        |
++------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
+| 3.3              | :pep:`398`   | security    | 2012-09-29     | *2017-09-29*   | `Last binary release: Python 3.3.5                                         |
+|                  |              |             |                |                | <https://www.python.org/download/releases/3.3.5/>`_                        |
++------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
+| 3.2              | :pep:`392`   | security    | 2011-02-20     | *2016-02-20*   | `Last binary release: Python 3.2.5                                         |
+|                  |              |             |                |                | <https://www.python.org/download/releases/3.2.5/>`_                        |
++------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
+| 3.1              | :pep:`375`   | end-of-life | 2009-06-27     | 2012-04-11     | `Last release: Python 3.1.5                                                |
+|                  |              |             |                |                | <https://www.python.org/download/releases/3.1.5/>`_                        |
++------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
+| 3.0              | :pep:`361`   | end-of-life | 2008-12-03     | 2009-01-13     | `Last release: Python 3.0.1                                                |
+|                  |              |             |                |                | <https://www.python.org/download/releases/3.0.1/>`_                        |
++------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
+| 2.6              | :pep:`361`   | end-of-life | 2008-10-01     | 2013-10-29     | `Last release: Python 2.6.9                                                |
+|                  |              |             |                |                | <https://www.python.org/download/releases/2.6.9/>`_                        |
++------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
 
 Status:
 
-* features: new features are only added to the default branch, this branch
-  accepts any kind of change.
-* bugfix: bugfixes and security fixes are accepted, new binaries are still
-  released.
-* security: only security fixes are accepted and no more binaries are
-  released, but new source-only versions can be released
-* end-of-line: branch no more maintained, no more change must be pushed
-  to these branches.
+:features: new features are only added to the default branch, this branch
+    accepts any kind of change.
+:bugfix: bugfixes and security fixes are accepted, new binaries are still
+    released.
+:security: only security fixes are accepted and no more binaries are released,
+    but new source-only versions can be released
+:end-of-line: branch no more maintained, no more change must be pushed to these
+    branches.
 
-Dates in italic are scheduled and can be adjusted.
+Dates in *italic* are scheduled and can be adjusted.
 
 By default, the end-of-life is scheduled 5 years after the first release.  It
 can be adjusted by the release manager of each branch. Versions older than 2.6

-- 
Repository URL: https://hg.python.org/devguide


More information about the Python-checkins mailing list