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

Skip to content

Commit a174577

Browse files
committed
merge 3.2
2 parents 8df168c + c40d362 commit a174577

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

Doc/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The Python source is copyrighted, but you can freely use and copy it
135135
as long as you don't change or remove the copyright notice:
136136

137137
----------------------------------------------------------------------
138-
Copyright (c) 2000-2011 Python Software Foundation.
138+
Copyright (c) 2000-2012 Python Software Foundation.
139139
All rights reserved.
140140

141141
Copyright (c) 2000 BeOpen.com.

Doc/copyright.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright
44

55
Python and this documentation is:
66

7-
Copyright © 2001-2011 Python Software Foundation. All rights reserved.
7+
Copyright © 2001-2012 Python Software Foundation. All rights reserved.
88

99
Copyright © 2000 BeOpen.com. All rights reserved.
1010

Doc/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Terms and conditions for accessing or otherwise using Python
148148
analyze, test, perform and/or display publicly, prepare derivative works,
149149
distribute, and otherwise use Python |release| alone or in any derivative
150150
version, provided, however, that PSF's License Agreement and PSF's notice of
151-
copyright, i.e., "Copyright © 2001-2011 Python Software Foundation; All Rights
151+
copyright, i.e., "Copyright © 2001-2012 Python Software Foundation; All Rights
152152
Reserved" are retained in Python |release| alone or in any derivative version
153153
prepared by Licensee.
154154

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ analyze, test, perform and/or display publicly, prepare derivative works,
109109
distribute, and otherwise use Python alone or in any derivative version,
110110
provided, however, that PSF's License Agreement and PSF's notice of copyright,
111111
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
112-
2011 Python Software Foundation; All Rights Reserved" are retained in Python
112+
2011, 2012 Python Software Foundation; All Rights Reserved" are retained in Python
113113
alone or in any derivative version prepared by Licensee.
114114

115115
3. In the event Licensee prepares a derivative work that is based on

Python/getcopyright.c

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

55
static char cprt[] =
66
"\
7-
Copyright (c) 2001-2011 Python Software Foundation.\n\
7+
Copyright (c) 2001-2012 Python Software Foundation.\n\
88
All Rights Reserved.\n\
99
\n\
1010
Copyright (c) 2000 BeOpen.com.\n\

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
This is Python version 3.3 alpha 0
22
==================================
33

4-
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
5-
Python Software Foundation. All rights reserved.
4+
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
5+
2012 Python Software Foundation. All rights reserved.
66

77
Python 3.x is a new version of the language, which is incompatible with the 2.x
88
line of releases. The language is mostly the same, but many details, especially

0 commit comments

Comments
 (0)