]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Copyright and version tweaks for 3.0a3. v3.0a3
authorBarry Warsaw <barry@python.org>
Sat, 1 Mar 2008 17:45:23 +0000 (17:45 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 1 Mar 2008 17:45:23 +0000 (17:45 +0000)
Doc/README.txt
Include/patchlevel.h
LICENSE
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS
PC/python_nt.rc
Python/getcopyright.c
README

index f452c4eb79826bc592f9912b4a3073a5c8630c8c..457147df7c8c575b67cf6f05bb3910418496edd2 100644 (file)
@@ -123,7 +123,7 @@ The Python source is copyrighted, but you can freely use and copy it
 as long as you don't change or remove the copyright notice:
 
 ----------------------------------------------------------------------
-Copyright (c) 2000-2007 Python Software Foundation.
+Copyright (c) 2000-2008 Python Software Foundation.
 All rights reserved.
 
 Copyright (c) 2000 BeOpen.com.
index 5f48071d19ef1a1034fe15a6a57ffeb29d417d2e..1f6b27e8555373248ff5586d3a4150a7231c77e9 100644 (file)
 #define PY_MINOR_VERSION       0
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "3.0a2+"
+#define PY_VERSION             "3.0a3"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"
diff --git a/LICENSE b/LICENSE
index decc253b0209a4bf32951f7303010ab3354a13ec..0cfe7fd9e12cd033fd3cd2cb7bacb0b58594cbf9 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -55,7 +55,7 @@ the various releases.
     2.4.4           2.4.3       2006        PSF         yes
     2.5             2.4         2006        PSF         yes
     2.5.1           2.5         2007        PSF         yes
-    2.6             2.5         unreleased  PSF         yes
+    2.6             2.5         2008        PSF         yes
     3.0             2.6         2007        PSF         yes
 
 Footnotes:
@@ -92,7 +92,7 @@ license to reproduce, analyze, test, perform and/or display publicly,
 prepare derivative works, distribute, and otherwise use Python
 alone or in any derivative version, provided, however, that PSF's
 License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
-2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation; 
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation; 
 All Rights Reserved" are retained in Python alone or in any derivative 
 version prepared by Licensee.
 
index 1885421d57609240c91fd6cd224d311b5d2844c4..941f3e4068e1d93fb676c198f2786aa04d5c105f 100644 (file)
@@ -1,7 +1,7 @@
 What's New in IDLE 3.0a3?
 =========================
 
-*Release date: XX-XXX-2008*
+*Release date: 29-Feb-2008*
 
 - help() was not paging to the shell.  Issue1650.
 
index d6c541db6309ae430cc634748e9cdccc0c81e2c1..fa352a7d54ed58b3f52107ff40e30bdc0a621864 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.0a2"
+IDLE_VERSION = "3.0a3"
index ab36f97e77004c69d77fd9fce715425ec39397e0..087027855944e6b994f9cdfd5eba3f7c4e4c9ffa 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 3.0a3?
 ===========================
 
-*Release date: XX-XXX-2008*
+*Release date: 29-Feb-2008*
 
 Core and Builtins
 -----------------
index 6fb73b6412f77cee0c428973e85bd921fdff01a5..e132837583fdefee30138d7eea992e3ee7ef534f 100644 (file)
@@ -61,7 +61,7 @@ BEGIN
             VALUE "FileDescription", "Python Core\0"
             VALUE "FileVersion", PYTHON_VERSION
             VALUE "InternalName", "Python DLL\0"
-            VALUE "LegalCopyright", "Copyright © 2001-2007 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
+            VALUE "LegalCopyright", "Copyright © 2001-2008 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
             VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
             VALUE "ProductName", "Python\0"
             VALUE "ProductVersion", PYTHON_VERSION
index c10aea452c3418b321ef359b285e5d9bb5809473..df70e8bdf5e41dfa191e7490ccbe885d91871cf1 100644 (file)
@@ -4,7 +4,7 @@
 
 static char cprt[] = 
 "\
-Copyright (c) 2001-2007 Python Software Foundation.\n\
+Copyright (c) 2001-2008 Python Software Foundation.\n\
 All Rights Reserved.\n\
 \n\
 Copyright (c) 2000 BeOpen.com.\n\
diff --git a/README b/README
index e765d12f523746e544b7c84e3669b1518bbc6456..351df53ec0b3c0de5cdea33b9cb2112d9c2e6bee 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.0 alpha 2
+This is Python version 3.0 alpha 3
 ==================================
 
 For notes specific to this release, see RELNOTES in this directory.
@@ -145,7 +145,7 @@ should do a "make clean" at the toplevel first.)
 Copyright and License Information
 ---------------------------------
 
-Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 Python Software Foundation.
 All rights reserved.