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

Skip to content

Commit f122688

Browse files
committed
Various updates to the version number, on the eve of the 2.3a1 release.
1 parent 974ab9d commit f122688

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define PY_RELEASE_SERIAL 1
2727

2828
/* Version as a string */
29-
#define PY_VERSION "2.3a0"
29+
#define PY_VERSION "2.3a1"
3030

3131
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
3232
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */

LICENSE

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ the various releases.
4141
2.1.3 2.1.2 2002 PSF yes
4242
2.2.1 2.2 2002 PSF yes
4343
2.2.2 2.2.1 2002 PSF yes
44+
2.3 2.2.2 2002-2003 PSF yes
4445

4546
Footnotes:
4647

@@ -62,40 +63,40 @@ direction to make these releases possible.
6263
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
6364
===============================================================
6465

65-
PSF LICENSE AGREEMENT FOR PYTHON 2.2
66+
PSF LICENSE AGREEMENT FOR PYTHON 2.3
6667
------------------------------------
6768

6869
1. This LICENSE AGREEMENT is between the Python Software Foundation
6970
("PSF"), and the Individual or Organization ("Licensee") accessing and
70-
otherwise using Python 2.2 software in source or binary form and its
71+
otherwise using Python 2.3 software in source or binary form and its
7172
associated documentation.
7273

7374
2. Subject to the terms and conditions of this License Agreement, PSF
7475
hereby grants Licensee a nonexclusive, royalty-free, world-wide
7576
license to reproduce, analyze, test, perform and/or display publicly,
76-
prepare derivative works, distribute, and otherwise use Python 2.2
77+
prepare derivative works, distribute, and otherwise use Python 2.3
7778
alone or in any derivative version, provided, however, that PSF's
7879
License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
7980
2001, 2002 Python Software Foundation; All Rights Reserved" are
80-
retained in Python 2.2 alone or in any derivative version prepared by
81+
retained in Python 2.3 alone or in any derivative version prepared by
8182
Licensee.
8283

8384
3. In the event Licensee prepares a derivative work that is based on
84-
or incorporates Python 2.2 or any part thereof, and wants to make
85+
or incorporates Python 2.3 or any part thereof, and wants to make
8586
the derivative work available to others as provided herein, then
8687
Licensee hereby agrees to include in any such work a brief summary of
87-
the changes made to Python 2.2.
88+
the changes made to Python 2.3.
8889

89-
4. PSF is making Python 2.2 available to Licensee on an "AS IS"
90+
4. PSF is making Python 2.3 available to Licensee on an "AS IS"
9091
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
9192
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
9293
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
93-
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.2 WILL NOT
94+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.3 WILL NOT
9495
INFRINGE ANY THIRD PARTY RIGHTS.
9596

9697
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
97-
2.2 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
98-
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.2,
98+
2.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
99+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.3,
99100
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
100101

101102
6. This License Agreement will automatically terminate upon a material
@@ -107,7 +108,7 @@ Licensee. This License Agreement does not grant permission to use PSF
107108
trademarks or trade name in a trademark sense to endorse or promote
108109
products or services of Licensee, or any third party.
109110

110-
8. By copying, installing or otherwise using Python 2.2, Licensee
111+
8. By copying, installing or otherwise using Python 2.3, Licensee
111112
agrees to be bound by the terms and conditions of this License
112113
Agreement.
113114

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
This is Python version 2.3 (pre-alpha)
2-
==========================
1+
This is Python version 2.3 alpha 1
2+
==================================
33

4-
Copyright (c) 2001, 2002 Python Software Foundation.
4+
Copyright (c) 2001, 2002, 2003 Python Software Foundation.
55
All rights reserved.
66

77
Copyright (c) 2000 BeOpen.com.

0 commit comments

Comments
 (0)