commit | 20f51a7b3845fc8534d4f89cbf847dded027565f | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Jul 21 02:31:40 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Jul 21 02:31:40 2001 +0000 |
tree | 25919179f27939df42967896ca8e46b5eac79f01 | |
parent | 137759407b641b0569359b9fe633eb3c6363365b [diff] |
Get started on 2.2a2 NEWS.
diff --git a/Misc/NEWS b/Misc/NEWS index 344949c..9873401 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1,3 +1,20 @@ +What's New in Python 2.2a2? +=========================== + +Tests + +- Several new tests in the standard test suite, with special thanks to + Nick Mathewson. + +Core + +Library + +New platforms + +C API + + What's New in Python 2.2a1? ===========================