From: Barry Warsaw Date: Fri, 18 Jul 2008 02:28:44 +0000 (+0000) Subject: Bumping to 3.0b2 X-Git-Tag: v3.0b2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bd1cefca9e1e4925c25c8119790288b89e7a52d;p=thirdparty%2FPython%2Fcpython.git Bumping to 3.0b2 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b2332718a93a..f1bc45e34990 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #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) */ diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 54fc2369d0fa..48bb00560bb1 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -20,5 +20,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "3.0b1" +__version__ = "3.0b2" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 43595afe00b6..eac348dcf12c 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.0b1" +IDLE_VERSION = "3.0b2" diff --git a/Misc/NEWS b/Misc/NEWS index 56289407f630..19bfe78cc22d 100644 --- 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 ----------------- diff --git a/Misc/RPM/python-3.0.spec b/Misc/RPM/python-3.0.spec index c6fd1a615c53..30352b15654f 100644 --- a/Misc/RPM/python-3.0.spec +++ b/Misc/RPM/python-3.0.spec @@ -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 6981985cc109..f659e9c267bb 100644 --- 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 diff --git a/RELNOTES b/RELNOTES index 4d1b71a1e51a..1fffe2949006 100644 --- 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 ----------------------------------------