summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-10-18 01:32:09 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-10-18 01:32:09 (GMT)
commitbe8370dc9cd3a9c951d8869088502f84e6892a6e (patch)
treefa7988bbc57205efc344e28bf073dd66ffa6eff1
parentaf5c7cff56f15432464f6058d7116ce9359abee5 (diff)
downloadcpython-be8370dc9cd3a9c951d8869088502f84e6892a6e.zip
cpython-be8370dc9cd3a9c951d8869088502f84e6892a6e.tar.gz
cpython-be8370dc9cd3a9c951d8869088502f84e6892a6e.tar.bz2
Add sections for 2.4b2
-rw-r--r--Misc/NEWS61
1 files changed, 61 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b47623d..7831f84 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,67 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
+What's New in Python 2.4 beta 2?
+================================
+
+*Release date: XX-XXX-XXXX*
+
+Core and builtins
+-----------------
+
+...
+
+Extension Modules
+-----------------
+
+...
+
+Library
+-------
+
+...
+
+Build
+-----
+
+...
+
+C API
+-----
+
+...
+
+Documentation
+-------------
+
+...
+
+Tests
+-----
+
+...
+
+Windows
+-------
+
+...
+
+Mac
+---
+
+...
+
+New platforms
+-------------
+
+...
+
+Tools/Demos
+-----------
+
+...
+
+
What's New in Python 2.4 beta 1?
================================