]> granicus.if.org Git - python/commitdiff
Bumping to 3.0b2 v3.0b2
authorBarry Warsaw <barry@python.org>
Fri, 18 Jul 2008 02:28:44 +0000 (02:28 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 18 Jul 2008 02:28:44 +0000 (02:28 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.0.spec
README
RELNOTES

index b2332718a93a3b30aee7d5c5d78f9bba143be9fa..f1bc45e34990b9d217e2f4864df12788bec81531 100644 (file)
 #define PY_MINOR_VERSION       0
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.0b1+"
+#define PY_VERSION             "3.0b2"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 54fc2369d0fa527ed2f1db1766fbd97586120d00..48bb00560bb1a83c45c1a011ef810bb532dff323 100644 (file)
@@ -20,5 +20,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "3.0b1"
+__version__ = "3.0b2"
 #--end constants--
index 43595afe00b6b09af5ea6144377a6f1e82cf0822..eac348dcf12c19c2db6c4bc9de8be9ed50162d2a 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.0b1"
+IDLE_VERSION = "3.0b2"
index 56289407f6309b4e8d4ae25c7e347dc5c8d5bcf9..19bfe78cc22dcbae147ca64a7fcaab1cbbcb69d0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's new in Python 3.0b2?
 ===========================
 
-*Release date: XX-XXX-2008*
+*Release date: 17-Jul-2008*
 
 Core and Builtins
 -----------------
index c6fd1a615c538cd02ec17d250ae8f15b7584a0c0..30352b15654f10893579098cf75fd865ab4ca198 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 3.0b1
+%define version 3.0b2
 %define libver 3.0
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 6981985cc10968554edc59243f507645d6ade6c7..f659e9c267bb9b868729c245faeaa243f90ba7b2 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.0 beta 1
+This is Python version 3.0 beta 2
 =================================
 
 For notes specific to this release, see RELNOTES in this directory.
@@ -22,7 +22,7 @@ Release Schedule
 ----------------
 
 The release plan is to have a series of alpha releases in 2007 and 2008,
-beta releases in 2008, and a final release in September 2008.  The alpha
+beta releases in 2008, and a final release in October 2008.  The alpha
 releases are primarily aimed at developers who want a sneak peek at the
 new langauge, especially those folks who plan to port their code to
 Python 3000.  The hope is that by the time of the final release, many
index 4d1b71a1e51a8a2041214d2fc7a157c5cd3e0d33..1fffe2949006587dc24b3d6aa1d454d6ca137689 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -6,6 +6,19 @@ Release notes describe unfinished work in particular releases.
 Please report bugs to http://bugs.python.org/.
 
 
+Version 3.0b2 - Release Date 17-Jul-2008
+----------------------------------------
+
+Please search the bug tracker for critical issues in Python 3.0.
+
+The bsddb3 library is known to be in bad shape.  The Python 2.6 version needs
+to be ported to Python 3.0, but so far, no one has done this.
+
+There are several known deferred blockers (issues that will block the next
+release).  These include, but are not limited to, problems with 2to3,
+multiprocessing, and bytearrays.
+
+
 Version 3.0b1 - Release Date 18-Jun-2008
 ----------------------------------------