From: Brett Cannon Date: Mon, 18 Oct 2004 01:32:09 +0000 (+0000) Subject: Add sections for 2.4b2 X-Git-Tag: v2.4b2~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be8370dc9cd3a9c951d8869088502f84e6892a6e;p=thirdparty%2FPython%2Fcpython.git Add sections for 2.4b2 --- diff --git a/Misc/NEWS b/Misc/NEWS index b47623df2822..7831f847a69f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,6 +4,67 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.4 beta 2? +================================ + +*Release date: XX-XXX-XXXX* + +Core and builtins +----------------- + +... + +Extension Modules +----------------- + +... + +Library +------- + +... + +Build +----- + +... + +C API +----- + +... + +Documentation +------------- + +... + +Tests +----- + +... + +Windows +------- + +... + +Mac +--- + +... + +New platforms +------------- + +... + +Tools/Demos +----------- + +... + + What's New in Python 2.4 beta 1? ================================