diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-19 17:55:30 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-19 17:55:30 (GMT) |
commit | 84362bc74af55b77f44572d8e642321435eeaa3c (patch) | |
tree | 5d46c7e51c5e5125103c180118106f78ff2bf47a /Misc/NEWS | |
parent | aad8bb5d7ab0b963f97185f378f2d4e5ccfbe41a (diff) | |
download | cpython-84362bc74af55b77f44572d8e642321435eeaa3c.zip cpython-84362bc74af55b77f44572d8e642321435eeaa3c.tar.gz cpython-84362bc74af55b77f44572d8e642321435eeaa3c.tar.bz2 |
The usual post-release fiddling.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +What's New in Python 2.2b2? +XXX Planned XXX Release date: 14-Nov-2001 +=========================== + +Type/class unification and new-style classes + +Core and builtins + +Extension modules + +Library + +Tools/Demos + +Build + +C API + +New platforms + +Tests + +Windows + + What's New in Python 2.2b1? Release date: 19-Oct-2001 =========================== |