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

Skip to content

Commit 2f36b3e

Browse files
committed
Version updates for Python 2.3.
1 parent ecf0f02 commit 2f36b3e

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

Doc/texinputs/boilerplate.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
\date{\today} % XXX update before final release!
99
\release{2.3} % software release, not documentation
10-
\setreleaseinfo{b1} % empty for final release
10+
\setreleaseinfo{b1+} % empty for final release
1111
\setshortversion{2.3} % major.minor only for software

Doc/texinputs/license.tex

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ \section{History of the software}
2424
Historically, most, but not all, Python releases have also been
2525
GPL-compatible; the table below summarizes the various releases.
2626

27-
\begin{tablev}{c|c|c|c|c}{textrm}{Release}{Derived from}{Year}{Owner}{GPL compatible?}
27+
\begin{tablev}{c|c|c|c|c}{textrm}%
28+
{Release}{Derived from}{Year}{Owner}{GPL compatible?}
2829
\linev{0.9.0 thru 1.2}{n/a}{1991-1995}{CWI}{yes}
2930
\linev{1.3 thru 1.5.2}{1.2}{1995-1999}{CNRI}{yes}
3031
\linev{1.6}{1.5.2}{2000}{CNRI}{no}
@@ -37,6 +38,8 @@ \section{History of the software}
3738
\linev{2.1.2}{2.1.1}{2002}{PSF}{yes}
3839
\linev{2.1.3}{2.1.2}{2002}{PSF}{yes}
3940
\linev{2.2.1}{2.2}{2002}{PSF}{yes}
41+
\linev{2.2.2}{2.2.1}{2002}{PSF}{yes}
42+
\linev{2.3}{2.2.2}{2002-2003}{PSF}{yes}
4043
\end{tablev}
4144

4245
\note{GPL-compatible doesn't mean that we're distributing
@@ -51,7 +54,7 @@ \section{History of the software}
5154

5255
\section{Terms and conditions for accessing or otherwise using Python}
5356

54-
\centerline{\strong{PSF LICENSE AGREEMENT FOR PYTHON 2.3}}
57+
\centerline{\strong{PSF LICENSE AGREEMENT FOR PYTHON \version}}
5558

5659
\begin{enumerate}
5760
\item
@@ -67,7 +70,7 @@ \section{Terms and conditions for accessing or otherwise using Python}
6770
prepare derivative works, distribute, and otherwise use Python
6871
\version{} alone or in any derivative version, provided, however, that
6972
PSF's License Agreement and PSF's notice of copyright, i.e.,
70-
``Copyright \copyright{} 2001, 2002 Python Software Foundation; All
73+
``Copyright \copyright{} 2001-2003 Python Software Foundation; All
7174
Rights Reserved'' are retained in Python \version{} alone or in any
7275
derivative version prepared by Licensee.
7376

0 commit comments

Comments
 (0)