summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-04-04 01:34:41 (GMT)
committerBarry Warsaw <barry@python.org>2008-04-04 01:34:41 (GMT)
commitba43774d1c496d66c43b1dc3b2aab88c4a7aa64a (patch)
tree5dc16363c44ee091d273218552180df82db9db12 /Misc
parentd7a265129c292f2a50d3daefd8a133fe97a3bf78 (diff)
downloadcpython-ba43774d1c496d66c43b1dc3b2aab88c4a7aa64a.zip
cpython-ba43774d1c496d66c43b1dc3b2aab88c4a7aa64a.tar.gz
cpython-ba43774d1c496d66c43b1dc3b2aab88c4a7aa64a.tar.bz2
post release updates
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS26
1 files changed, 25 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 945afdf..8742cb4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,7 +4,7 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
-What's New in Python 2.6 alpha 2?
+What's New in Python 2.6 alpha 3?
=================================
*Release date: XX-XXX-2008*
@@ -12,6 +12,30 @@ What's New in Python 2.6 alpha 2?
Core and builtins
-----------------
+Extensions Modules
+------------------
+
+Library
+-------
+
+Tests
+-----
+
+Build
+-----
+
+C API
+-----
+
+
+What's New in Python 2.6 alpha 2?
+=================================
+
+*Release date: 02-Apr-2008*
+
+Core and builtins
+-----------------
+
- Issue #1733757: The interpreter would hang on shutdown if the tracing
function set by sys.settrace is still active and happens to call
threading.currentThread().