diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-12-13 14:26:42 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-12-13 14:26:42 +0000 |
commit | ad224bdaaed493d9fc120e0ae4e6080828ea7c98 (patch) | |
tree | be2913af431eb23873fae9c03366f4504f50bb74 | |
parent | 13087d922169362a3cc03b7a649fff86b3e3695d (diff) | |
download | cpython-git-ad224bdaaed493d9fc120e0ae4e6080828ea7c98.tar.gz |
update 3.x versions
-rw-r--r-- | Doc/license.rst | 14 | ||||
-rw-r--r-- | LICENSE | 5 |
2 files changed, 11 insertions, 8 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index 56c6470a82..76aa5038c7 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -92,18 +92,20 @@ been GPL-compatible; the table below summarizes the various releases. +----------------+--------------+------------+------------+-----------------+ | 2.6.1 | 2.6 | 2008 | PSF | yes | +----------------+--------------+------------+------------+-----------------+ -| 3.0 | 2.6 | 2008 | PSF | yes | -+----------------+--------------+------------+------------+-----------------+ -| 3.1 | 3.0 | 2009 | PSF | yes | -+----------------+--------------+------------+------------+-----------------+ -| 3.2 | 3.1 | 2009 | 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 | +----------------+--------------+------------+------------+-----------------+ +| 3.0 | 2.6 | 2008 | PSF | yes | ++----------------+--------------+------------+------------+-----------------+ +| 3.0.1 | 3.0 | 2009 | PSF | yes | ++----------------+--------------+------------+------------+-----------------+ +| 3.1 | 3.0.1 | 2009 | PSF | yes | ++----------------+--------------+------------+------------+-----------------+ +| 3.1.1 | 3.1 | 2009 | PSF | yes | ++----------------+--------------+------------+------------+-----------------+ .. note:: @@ -63,8 +63,9 @@ the various releases. 2.6.3 2.6.2 2009 PSF yes 2.6.4 2.6.3 2009 PSF yes 3.0 2.6 2008 PSF yes - 3.1 3.0 2009 PSF yes - 3.2 3.1 2009 PSF yes + 3.0.1 3.0 2009 PSF yes + 3.1 3.0.1 2009 PSF yes + 3.1.1 3.1 2009 PSF yes Footnotes: |