From: Anthony Baxter Date: Tue, 29 Mar 2005 12:38:37 +0000 (+0000) Subject: updates to NEWS X-Git-Tag: v2.4.1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2993b444ffc7733f145ecddbc6e6a944d6197f4;p=thirdparty%2FPython%2Fcpython.git updates to NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 7ecddce5486d..739f50fa4d7d 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? =============================