From: Guido van Rossum Date: Thu, 20 Feb 2003 01:56:17 +0000 (+0000) Subject: Prepped for 2.3b1. X-Git-Tag: v2.3c1~1753 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=351a7dd64abd42ebfc0e11afe8996d3934ee18e3;p=python Prepped for 2.3b1. Added an extra blank line before "What's New in Python 2.2 final?". --- diff --git a/Misc/NEWS b/Misc/NEWS index d6f7810e8c..461432bebb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,6 +4,62 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.3 beta 1? +================================ + +*Release date: XX-XXX-2003* + +Core and builtins +----------------- + +TBD + +Extension modules +----------------- + +TBD + +Library +------- + +TBD + +Tools/Demos +----------- + +TBD + +Build +----- + +TBD + +C API +----- + +TBD + +New platforms +------------- + +TBD + +Tests +----- + +TBD + +Windows +------- + +TBD + +Mac +--- + +TBD + + What's New in Python 2.3 alpha 2? ================================= @@ -1511,6 +1567,7 @@ Mac other platforms. If you really need sourcefiles with Mac characters in them you can change this in site.py. + What's New in Python 2.2 final? ===============================