summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-08-07 14:03:33 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-08-07 14:03:33 (GMT)
commitb34a6bc19d3fe50369c9c9204998a3f46b86cdb8 (patch)
treed494ff510bf9d8dcaefdd0230d5e0091d7b8b6f5
parent78d375fb86614b019a8b6784cf55cf03ded8530d (diff)
downloadcpython-b34a6bc19d3fe50369c9c9204998a3f46b86cdb8.zip
cpython-b34a6bc19d3fe50369c9c9204998a3f46b86cdb8.tar.gz
cpython-b34a6bc19d3fe50369c9c9204998a3f46b86cdb8.tar.bz2
Create section for 2.4a3; remove empty sections in 2.4a2
-rw-r--r--Misc/NEWS55
1 files changed, 39 insertions, 16 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 925d692..9f80274 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,45 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
+What's New in Python 2.4 alpha 3?
+=================================
+
+*Release date: XX-XXX-2004*
+
+Core and builtins
+-----------------
+
+Extension modules
+-----------------
+
+Library
+-------
+
+Tools/Demos
+-----------
+
+Build
+-----
+
+C API
+-----
+
+Documentation
+-------------
+
+New platforms
+-------------
+
+Tests
+-----
+
+Windows
+-------
+
+Mac
+---
+
+
What's New in Python 2.4 alpha 2?
=================================
@@ -236,12 +275,6 @@ Library
to OptionParser, just like in the 'usage' and 'version' strings.
(This is *not* done in the 'description' passed to OptionGroup.)
-Tools/Demos
------------
-
-Build
------
-
C API
-----
@@ -274,9 +307,6 @@ Documentation
- Major rewrite of the math module docs, to address common confusions.
-New platforms
--------------
-
Tests
-----
@@ -287,13 +317,6 @@ Tests
CVS keywords (like $Id$), which could cause spurious failures in
test_tarfile.py depending on how the test file was checked out.
-Windows
--------
-
-Mac
----
-
-
What's New in Python 2.4 alpha 1?
=================================