]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
updates to NEWS
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 29 Mar 2005 12:38:37 +0000 (12:38 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 29 Mar 2005 12:38:37 +0000 (12:38 +0000)
Misc/NEWS

index 7ecddce5486ddccf78c89f2352b32a41ecd7d022..739f50fa4d7d14f145c110605f1de16f3fcd690e 100644 (file)
--- 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?
 =============================