diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-09-28 21:53:42 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-09-28 21:53:42 (GMT) |
commit | abf925f6bf40f24647b477fe42b12f30da242fbb (patch) | |
tree | 0142731e249b128b287eb24bc0f6fb9ffd2c649e /Misc | |
parent | d4707e3b62554fbef272487be4624d4dbbc80285 (diff) | |
download | cpython-abf925f6bf40f24647b477fe42b12f30da242fbb.zip cpython-abf925f6bf40f24647b477fe42b12f30da242fbb.tar.gz cpython-abf925f6bf40f24647b477fe42b12f30da242fbb.tar.bz2 |
Post-release fiddling (prep for 2.2b1).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +What's New in Python 2.2b1? +Release date: 28-Sep-2100 +=========================== + +Type/class unification and new-style classes + +Core + +Library + +Tools + +Build + +C API + +New platforms + +Tests + +Windows + + What's New in Python 2.2a4? Release date: 28-Sep-2001 =========================== |