diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-12-13 14:18:08 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-12-13 14:18:08 (GMT) |
commit | 3e6eb59790688ac58e655712485821cf881cb21c (patch) | |
tree | 969d21fd359619f3ca636e4c6291550d0dcd9b74 | |
parent | 92ca7561bb52fbe934e5d5372bc34a4b904edf6a (diff) | |
download | cpython-3e6eb59790688ac58e655712485821cf881cb21c.zip cpython-3e6eb59790688ac58e655712485821cf881cb21c.tar.gz cpython-3e6eb59790688ac58e655712485821cf881cb21c.tar.bz2 |
add 2.6.x point releases
-rw-r--r-- | Doc/license.rst | 6 | ||||
-rw-r--r-- | LICENSE | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index 6e327ea..6e8bfd8 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -96,6 +96,12 @@ been GPL-compatible; the table below summarizes the various releases. +----------------+--------------+-----------+------------+-----------------+ | 2.6.1 | 2.6 | 2008 | PSF | yes | +----------------+--------------+-----------+------------+-----------------+ +| 2.6.2 | 2.6.1 | 2009 | PSF | yes | ++----------------+--------------+-----------+------------+-----------------+ +| 2.6.3 | 2.6.2 | 2009 | PSF | yes | ++----------------+--------------+-----------+------------+-----------------+ +| 2.6.4 | 2.6.3 | 2009 | PSF | yes | ++----------------+--------------+-----------+------------+-----------------+ .. note:: @@ -59,6 +59,9 @@ the various releases. 2.5.3 2.5.2 2008 PSF yes 2.6 2.5 2008 PSF yes 2.6.1 2.6 2008 PSF yes + 2.6.2 2.6.1 2009 PSF yes + 2.6.3 2.6.2 2009 PSF yes + 2.6.4 2.6.3 2009 PSF yes Footnotes: |