[Python-checkins] cpython (3.2): Add 3.2.3 to license.

benjamin.peterson python-checkins at python.org
Fri Feb 24 17:49:14 CET 2012


http://hg.python.org/cpython/rev/be939110f709
changeset:   75241:be939110f709
branch:      3.2
user:        Georg Brandl <georg at python.org>
date:        Thu Feb 23 21:19:18 2012 +0100
summary:
  Add 3.2.3 to license.

files:
  Doc/license.rst |  2 ++
  LICENSE         |  1 +
  2 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/license.rst b/Doc/license.rst
--- a/Doc/license.rst
+++ b/Doc/license.rst
@@ -118,6 +118,8 @@
 +----------------+--------------+------------+------------+-----------------+
 | 3.2.2          | 3.2.1        | 2011       | PSF        | yes             |
 +----------------+--------------+------------+------------+-----------------+
+| 3.2.3          | 3.2.2        | 2012       | PSF        | yes             |
++----------------+--------------+------------+------------+-----------------+
 
 .. note::
 
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -73,6 +73,7 @@
     3.2             3.1         2011        PSF         yes
     3.2.1           3.2         2011        PSF         yes
     3.2.2           3.2.1       2011        PSF         yes
+    3.2.3           3.2.2       2012        PSF         yes
 
 Footnotes:
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list