diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-12-13 19:34:00 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-12-13 19:34:00 (GMT) |
commit | 6272dfd99fb02d80a96f1d0928d1488ee164536a (patch) | |
tree | 3cd1dc0e7f2b81583f4971c208987e4ff4f7c09b /Misc | |
parent | 5f2931919783e875424a24f8e988e7255464a078 (diff) | |
download | cpython-6272dfd99fb02d80a96f1d0928d1488ee164536a.zip cpython-6272dfd99fb02d80a96f1d0928d1488ee164536a.tar.gz cpython-6272dfd99fb02d80a96f1d0928d1488ee164536a.tar.bz2 |
Update Windows buildno for 2.2c1.
Update 2.2c1 release data in NEWS.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -What's New in Python 2.2c1 -XXX Release date: ??-Dec-2001 XXX +What's New in Python 2.2c1? +Release date: 14-Dec-2001 =========================== Type/class unification and new-style classes |