From: Barry Warsaw Date: Thu, 21 Aug 2008 03:02:47 +0000 (+0000) Subject: done with 3.0 X-Git-Tag: v3.0rc1~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8509df7f9d6816dc20620728f1a1799546372b51;p=python done with 3.0 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 1a0752a726..b50d8bcef8 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 3a076fb31c..89ffdc1a07 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? ===========================