From d2993b444ffc7733f145ecddbc6e6a944d6197f4 Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Tue, 29 Mar 2005 12:38:37 +0000 Subject: updates to NEWS --- Misc/NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 7ecddce..739f50f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -15,6 +15,19 @@ Core and builtins - Move exception finalisation later in the shutdown process - this fixes the crash seen in bug #1165761 +Tests +----- + +- SF patch 1167316: doctest.py fails self-test if run directly. + +Build +----- + +- SF patch 1171767: Darwin 8's headers are anal about POSIX compliance, + and linking has changed (prebinding is now deprecated, and libcc_dynamic + no longer exists). This configure patch makes things right. + + What's New in Python 2.4.1c2? ============================= -- cgit v0.12