summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-12-14 23:16:18 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-12-14 23:16:18 (GMT)
commit909c091646d5b0cbd0c6a67a9e6cce0cca2b9122 (patch)
tree41e0b6379005099b4044d80de1806e7042ed3a25 /Misc
parent2c391152402d91d8f2109361858262c6aad9b79f (diff)
downloadcpython-909c091646d5b0cbd0c6a67a9e6cce0cca2b9122.zip
cpython-909c091646d5b0cbd0c6a67a9e6cce0cca2b9122.tar.gz
cpython-909c091646d5b0cbd0c6a67a9e6cce0cca2b9122.tar.bz2
Post-release fiddling -- prep for 2.2 final.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS27
1 files changed, 27 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5c55d2c..eafe10e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,3 +1,30 @@
+What's New in Python 2.2 final?
+Release date: 21-Dec-2001
+===============================
+
+Type/class unification and new-style classes
+
+Core and builtins
+
+Extension modules
+
+Library
+
+Tools/Demos
+
+Build
+
+C API
+
+New platforms
+
+Tests
+
+Windows
+
+Mac
+
+
What's New in Python 2.2c1?
Release date: 14-Dec-2001
===========================