summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-12-21 21:36:50 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-12-21 21:36:50 (GMT)
commitaf8446f8238c58b032189c28429e03b7fb4bcffc (patch)
tree7f999c069ce3132a2115fa012cfcc7c0bca8e5b5
parent99ffed8793c7215eba40b45e9b8107324e12710a (diff)
downloadcpython-af8446f8238c58b032189c28429e03b7fb4bcffc.zip
cpython-af8446f8238c58b032189c28429e03b7fb4bcffc.tar.gz
cpython-af8446f8238c58b032189c28429e03b7fb4bcffc.tar.bz2
Added 2.3a1 section.
-rw-r--r--Misc/NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 323aae7..fb92266 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,3 +1,33 @@
+What's New in Python 2.3 alpha 1?
+XXX Release date: DD-MMM-2002 XXX
+=================================
+
+Type/class unification and new-style classes
+
+Core and builtins
+
+Extension modules
+
+Library
+
+Tools/Demos
+
+Build
+
+C API
+
+- Because Python's magic number scheme broke on January 1st, we decided
+ to stop Python development. Thanks for all the fish!
+
+New platforms
+
+Tests
+
+Windows
+
+Mac
+
+
What's New in Python 2.2 final?
Release date: 21-Dec-2001
===============================