]> granicus.if.org Git - python/commitdiff
Bumping versions for 3.0a5 v3.0a5
authorBarry Warsaw <barry@python.org>
Thu, 8 May 2008 11:54:13 +0000 (11:54 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 8 May 2008 11:54:13 +0000 (11:54 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/RPM/python-3.0.spec
README
RELNOTES

index 01cfed0c748605977c5d2fe0003dc24695028c5b..c9756bad10b0aa71038c8a6de0cd8b6228082697 100644 (file)
 #define PY_MINOR_VERSION       0
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      4
+#define PY_RELEASE_SERIAL      5
 
 /* Version as a string */
-#define PY_VERSION             "3.0a4+"
+#define PY_VERSION             "3.0a5"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index b583e397e2ba7fc3fc6eef27d09fab5725a69348..3618c4f7278226941fb8ade1a6d22139aca14048 100644 (file)
@@ -20,5 +20,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "3.0a4"
+__version__ = "3.0a5"
 #--end constants--
index 0a82c9a09d19c046d223318225c8c58c0dd066aa..73dbc73a546e9e65dec9009c35b1320bdddb0cac 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.0a4"
+IDLE_VERSION = "3.0a5"
index 25e25ef2f76cb93f3c4b33997680061f963f8c51..bf8873925f0f54c66e5a41e82eaaa6397cba8bd3 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 3.0a4
+%define version 3.0a5
 %define libver 3.0
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index b5efc82fad58458756ec06f6ac5f8051e4af97e9..b72324f8df36a91cdf7e181241960504234a2b92 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.0 alpha 4
+This is Python version 3.0 alpha 5
 ==================================
 
 For notes specific to this release, see RELNOTES in this directory.
@@ -70,22 +70,14 @@ the "What's New in Python 3.0" document, found at
 
 Please help write it!
 
-If you want to install multiple versions of Python see the section below
-entitled "Installing multiple versions".
-
-
-What's New Since 3.0a1
-----------------------
-
-Undoubtedly the biggest change is in the bytes type: 'bytes' is now
-immutable, and there is a new mutable bytes type 'bytearray'.  These
-two types are interoperable in every way.  For more info on this
-issue, read PEP 3137.
-
 For a more detailed change log, read Misc/NEWS (though this file, too,
 is incomplete, and also doesn't list anything merged in from the 2.6
 release under development).
 
+If you want to install multiple versions of Python see the section below
+entitled "Installing multiple versions".
+
+
 Proposals for enhancement
 -------------------------
 
@@ -95,13 +87,14 @@ Enhancement Proposal (PEP) may be submitted if your idea gains ground. All
 current PEPs, as well as guidelines for submitting a new PEP, are listed at
 http://www.python.org/dev/peps/.
 
+
 Converting From Python 2.x to 3.0
 ---------------------------------
 
-Python 2.6 (not yet released) will contain features to help locating
-code that needs to be changed, such as optional warnings when
-deprecated features are used, and backported versions of certain key
-Python 3000 features.
+Python 2.6 (to be released concurrent with Python 3.0) will contain features
+to help locating code that needs to be changed, such as optional warnings when
+deprecated features are used, and backported versions of certain key Python
+3000 features.
 
 
 Installing multiple versions
index 1fdb7464f768c5ac23e73015c78a17e19ed530a4..763c99d0b94e8324384feb63885e67a2af0e38b7 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -5,6 +5,13 @@ Release notes describe unfinished work in particular releases.
 
 Please report bugs to http://bugs.python.org/.
 
+
+Version 3.0a5 - Release Date 08-May-2008
+----------------------------------------
+
+Please search the bug tracker for critical issues in Python 3.0.
+
+
 Version 3.0a2 - Release Date 07-Dec-2007
 ----------------------------------------