From d8ccd1ce6f1bc772b70a3c51701b241e21c91670 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 21 Nov 2008 15:13:37 +0000 Subject: post-3.0rc3 --- Include/patchlevel.h | 2 +- Misc/NEWS | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 82e6593..66465c3 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.0rc3" +#define PY_VERSION "3.0rc3+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ diff --git a/Misc/NEWS b/Misc/NEWS index fb0c84e..1de1074 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,8 +4,20 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) -What's New in Python 3.0 release candiate 3? -============================================ +What's New in Python 3.0 final +============================== + +*Release date: XX-XXX-2008* + +Core and Builtins +----------------- + +Library +------- + + +What's New in Python 3.0 release candidate 3? +============================================= *Release date: 20-Nov-2008* -- cgit v0.12