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

Skip to content

Commit 3d9ff88

Browse files
committed
Merged revisions 76787-76789 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ................ r76787 | benjamin.peterson | 2009-12-13 08:21:46 -0600 (Sun, 13 Dec 2009) | 9 lines Merged revisions 76785 via svnmerge from svn+ssh://[email protected]/python/trunk ........ r76785 | benjamin.peterson | 2009-12-13 08:18:08 -0600 (Sun, 13 Dec 2009) | 1 line add 2.6.x point releases ........ ................ r76788 | benjamin.peterson | 2009-12-13 08:23:30 -0600 (Sun, 13 Dec 2009) | 1 line fix markup ................ r76789 | benjamin.peterson | 2009-12-13 08:26:42 -0600 (Sun, 13 Dec 2009) | 1 line update 3.x versions ................
1 parent b7a24f9 commit 3d9ff88

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Doc/license.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,20 @@ been GPL-compatible; the table below summarizes the various releases.
9292
+----------------+--------------+------------+------------+-----------------+
9393
| 2.6.1 | 2.6 | 2008 | PSF | yes |
9494
+----------------+--------------+------------+------------+-----------------+
95+
| 2.6.2 | 2.6.1 | 2009 | PSF | yes |
96+
+----------------+--------------+------------+------------+-----------------+
97+
| 2.6.3 | 2.6.2 | 2009 | PSF | yes |
98+
+----------------+--------------+------------+------------+-----------------+
99+
| 2.6.4 | 2.6.3 | 2009 | PSF | yes |
100+
+----------------+--------------+------------+------------+-----------------+
95101
| 3.0 | 2.6 | 2008 | PSF | yes |
96102
+----------------+--------------+------------+------------+-----------------+
103+
| 3.0.1 | 3.0 | 2009 | PSF | yes |
104+
+----------------+--------------+------------+------------+-----------------+
105+
| 3.1 | 3.0.1 | 2009 | PSF | yes |
106+
+----------------+--------------+------------+------------+-----------------+
107+
| 3.1.1 | 3.1 | 2009 | PSF | yes |
108+
+----------------+--------------+------------+------------+-----------------+
97109

98110

99111
.. note::

LICENSE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,13 @@ the various releases.
5959
2.5.3 2.5.2 2008 PSF yes
6060
2.6 2.5 2008 PSF yes
6161
2.6.1 2.6 2008 PSF yes
62+
2.6.2 2.6.1 2009 PSF yes
63+
2.6.3 2.6.2 2009 PSF yes
64+
2.6.4 2.6.3 2009 PSF yes
6265
3.0 2.6 2008 PSF yes
66+
3.0.1 3.0 2009 PSF yes
67+
3.1 3.0.1 2009 PSF yes
68+
3.1.1 3.1 2009 PSF yes
6369

6470
Footnotes:
6571

0 commit comments

Comments
 (0)