diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-09-08 01:25:47 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-09-08 01:25:47 (GMT) |
commit | b07352e8b7c4e48527fbe0b57aae295dd15c1bfd (patch) | |
tree | 1c76f608cdc1b333b4d64c732897b409b5aeb859 /Misc | |
parent | 28d80b1058c73b296f41861ac9f39534c7a3ee4b (diff) | |
download | cpython-b07352e8b7c4e48527fbe0b57aae295dd15c1bfd.zip cpython-b07352e8b7c4e48527fbe0b57aae295dd15c1bfd.tar.gz cpython-b07352e8b7c4e48527fbe0b57aae295dd15c1bfd.tar.bz2 |
The usual post-release fiddling.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +What's New in Python 2.2a4? +=========================== + +Core + +Library + +Tools + +Build + +C API + +New platforms + +Tests + +Windows + + What's New in Python 2.2a3? =========================== |