summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-03-28 07:18:33 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-03-28 07:18:33 (GMT)
commit51487fe93375b861edc12b03a0789f833ad24392 (patch)
tree8ba29cd060cbe4ada05f1bf9bf4182c6787faf0e
parent1d250001f5d298ec2e295aa9dadbad008eac3939 (diff)
downloadcpython-51487fe93375b861edc12b03a0789f833ad24392.zip
cpython-51487fe93375b861edc12b03a0789f833ad24392.tar.gz
cpython-51487fe93375b861edc12b03a0789f833ad24392.tar.bz2
news for test_capi change
-rw-r--r--Misc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8c279ea..fe3884d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,8 +4,8 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
-What's New in Python 2.4.3c1?
-=============================
+What's New in Python 2.4.3?
+===========================
*Release date: 29-MAR-2006*
@@ -14,6 +14,9 @@ Core and builtins
- A few reference leaks were squished.
+- A threading issue that caused random segfaults on some platforms from
+ the testsuite was fixed in test_capi.
+
What's New in Python 2.4.3c1?
=============================