summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-04-26 14:53:01 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-04-26 14:53:01 (GMT)
commit4931130f129f9981cc82afcacabe0b0757191e66 (patch)
tree66151794baca796ea2a290b565dd6b92d88c7f11
parent579bed7300816590eca2855aa3c971d2ee38d6be (diff)
downloadcpython-4931130f129f9981cc82afcacabe0b0757191e66.zip
cpython-4931130f129f9981cc82afcacabe0b0757191e66.tar.gz
cpython-4931130f129f9981cc82afcacabe0b0757191e66.tar.bz2
A start on news for 2.3b2.
-rw-r--r--Misc/NEWS41
1 files changed, 41 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7251386..47dd80e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,47 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
+What's New in Python 2.3 beta 2?
+================================
+
+*Release date: XX-XXX-2003*
+
+Core and builtins
+-----------------
+
+Extension modules
+-----------------
+
+Library
+-------
+
+Tools/Demos
+-----------
+
+Build
+-----
+
+C API
+-----
+
+New platforms
+-------------
+
+None this time.
+
+Tests
+-----
+
+- test_imp rewritten so that it doesn't raise RuntimeError if run as a
+ side effect of being imported ("import test.autotest").
+
+Windows
+-------
+
+Mac
+---
+
+
What's New in Python 2.3 beta 1?
================================