diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-12-21 21:36:50 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-12-21 21:36:50 (GMT) |
commit | af8446f8238c58b032189c28429e03b7fb4bcffc (patch) | |
tree | 7f999c069ce3132a2115fa012cfcc7c0bca8e5b5 | |
parent | 99ffed8793c7215eba40b45e9b8107324e12710a (diff) | |
download | cpython-af8446f8238c58b032189c28429e03b7fb4bcffc.zip cpython-af8446f8238c58b032189c28429e03b7fb4bcffc.tar.gz cpython-af8446f8238c58b032189c28429e03b7fb4bcffc.tar.bz2 |
Added 2.3a1 section.
-rw-r--r-- | Misc/NEWS | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -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 =============================== |