[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.42, 1.1193.2.43

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Tue Mar 29 14:38:43 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19851/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
updates to NEWS

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.42
retrieving revision 1.1193.2.43
diff -u -d -r1.1193.2.42 -r1.1193.2.43
--- NEWS	29 Mar 2005 12:32:46 -0000	1.1193.2.42
+++ NEWS	29 Mar 2005 12:38:37 -0000	1.1193.2.43
@@ -15,6 +15,19 @@
 - 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?
 =============================
 



More information about the Python-checkins mailing list