From 4931130f129f9981cc82afcacabe0b0757191e66 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 26 Apr 2003 14:53:01 +0000 Subject: [PATCH] A start on news for 2.3b2. --- Misc/NEWS | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 72513863ba..47dd80ee6d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,6 +4,47 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.3 beta 2? +================================ + +*Release date: XX-XXX-2003* + +Core and builtins +----------------- + +Extension modules +----------------- + +Library +------- + +Tools/Demos +----------- + +Build +----- + +C API +----- + +New platforms +------------- + +None this time. + +Tests +----- + +- test_imp rewritten so that it doesn't raise RuntimeError if run as a + side effect of being imported ("import test.autotest"). + +Windows +------- + +Mac +--- + + What's New in Python 2.3 beta 1? ================================ -- 2.50.1