From 8509df7f9d6816dc20620728f1a1799546372b51 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 21 Aug 2008 03:02:47 +0000 Subject: [PATCH] done with 3.0 --- Include/patchlevel.h | 2 +- Misc/NEWS | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 1a0752a7262..b50d8bcef83 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.0b3" +#define PY_VERSION "3.0b3+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ diff --git a/Misc/NEWS b/Misc/NEWS index 3a076fb31c1..89ffdc1a07d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,6 +4,18 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 3.0 release candidate 1 +============================================ + +*Release date: XX-XXXX-2008* + +Core and Builtins +----------------- + +Library +------- + + What's new in Python 3.0b3? ===========================