]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bump version to 3.1a2
authorBenjamin Peterson <benjamin@python.org>
Sat, 4 Apr 2009 21:06:52 +0000 (21:06 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 4 Apr 2009 21:06:52 +0000 (21:06 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.1.spec
README

index cb00bd864d2f4f29fd6637c00ae34abab4d0980e..fea6eae1e8d7cb15d6739307500989e62c4d517f 100644 (file)
 #define PY_MINOR_VERSION       1
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.1a1+"
+#define PY_VERSION             "3.1a2"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 12a430ecdd67023a3fc34a2c68ff4ec58f86edec..c66806361af236bf5c4ed200601bc39b5754c0c3 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.1a1"
+__version__ = "3.1a2"
 #--end constants--
index 2c41582983c030754c0eed4b9cfb977762592285..6191313d965c3f721fc5e97858b20bd9b2474a70 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.1a1"
+IDLE_VERSION = "3.1a2"
index b567ad14d37f8912e24131e6ea1a5c19facdac92..2221abfd1e40f282973ed9125790e27ba48be19f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 3.1 alpha 2?
 =================================
 
-*Release date: XXX*
+*Release date: 2009-4-4*
 
 Core and Builtins
 -----------------
index dd77428e15e0ebc2055815c5351f8b19f2380db1..4fa512090aecadf756a8eb8d47b478e4c748715b 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 3.1a1
+%define version 3.1a2
 %define libver 3.1
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 6af92c7a9eace5465fb3892394bb033d331c418b..b9ae274f91613425374d14c9664a12b5983c3db5 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.1 alpha 1
+This is Python version 3.1 alpha 2
 ==================================
 
 For notes specific to this release, see RELNOTES in this directory.
@@ -12,10 +12,6 @@ especially how built-in objects like dictionaries and strings work, have
 changed considerably, and a lot of deprecated features have finally been
 removed.
 
-This is an ongoing project; the cleanup isn't expected to be complete
-until some time in 2008.  In particular there are plans to reorganize
-the standard library namespace.
-
 
 Release Schedule
 ----------------