summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2004-11-04 05:23:17 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2004-11-04 05:23:17 (GMT)
commitb0c6630794da92839c4497ed8c3db3212d87217b (patch)
tree134beabb65397a7ef37ba807bf0c9df78f3112b2
parent599bd5e1e16aaa3a7652d245b6b2a018e772a557 (diff)
downloadcpython-b0c6630794da92839c4497ed8c3db3212d87217b.zip
cpython-b0c6630794da92839c4497ed8c3db3212d87217b.tar.gz
cpython-b0c6630794da92839c4497ed8c3db3212d87217b.tar.bz2
post-release
-rw-r--r--Lib/idlelib/NEWS.txt5
-rw-r--r--Misc/NEWS94
2 files changed, 60 insertions, 39 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 79198c4..4df9fa5 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,3 +1,8 @@
+What's New in IDLE 1.1b3/rc1?
+=============================
+
+*Release date: XX-XXX-2004*
+
What's New in IDLE 1.1b2?
=========================
diff --git a/Misc/NEWS b/Misc/NEWS
index f44e10d..a472fea 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,8 +2,22 @@
Python News
+++++++++++
-What's New in Python 2.4 release candidate 1?
-=============================================
+(editors: check NEWS.help for information about editing NEWS using ReST.)
+
+What's New in Python 2.4 (release candidate 1|beta 3)
+=====================================================
+
+*Release date: XX-XXX-2004*
+
+Core and builtins
+-----------------
+
+...
+
+Extension Modules
+-----------------
+
+...
Library
-------
@@ -12,8 +26,46 @@ Library
attempt is made to execute the remaining handlers. The last exception
raised is re-raised.
+Build
+-----
+
+...
+
+C API
+-----
+
+...
+
+Documentation
+-------------
+
+...
+
+Tests
+-----
+
+...
+
+Windows
+-------
+
+...
+
+Mac
+---
+
+...
+
+New platforms
+-------------
+
+...
+
+Tools/Demos
+-----------
+
+...
-(editors: check NEWS.help for information about editing NEWS using ReST.)
What's New in Python 2.4 beta 2?
================================
@@ -93,42 +145,6 @@ Build
- Patch #1044395: --enable-shared is allowed in FreeBSD also.
-C API
------
-
-...
-
-Documentation
--------------
-
-...
-
-Tests
------
-
-...
-
-Windows
--------
-
-...
-
-Mac
----
-
-...
-
-New platforms
--------------
-
-...
-
-Tools/Demos
------------
-
-...
-
-
What's New in Python 2.4 beta 1?
================================