diff options
author | Barry Warsaw <barry@python.org> | 2001-09-28 15:26:12 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-09-28 15:26:12 (GMT) |
commit | 86fbaf8e6748f626d862b7d598fbc4e5b6a16be7 (patch) | |
tree | eb6d4bcebe84a47496f6bf0dcb40851463a18665 /Misc | |
parent | 3ac6a09eed70b5ebff9200a22e0ff7f010b36d0d (diff) | |
download | cpython-86fbaf8e6748f626d862b7d598fbc4e5b6a16be7.zip cpython-86fbaf8e6748f626d862b7d598fbc4e5b6a16be7.tar.gz cpython-86fbaf8e6748f626d862b7d598fbc4e5b6a16be7.tar.bz2 |
Merged changes from 22a4 branch.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,5 @@ What's New in Python 2.2a4? +Release date: 28-Sep-2001 =========================== Type/class unification and new-style classes @@ -69,6 +70,8 @@ Type/class unification and new-style classes a str sublass type, s[:] returned s as-is. Now it returns a str with the same value as s. +- Provisional support for pickling new-style objects has been added. + Core - file.writelines() now accepts any iterable object producing strings. @@ -191,6 +194,7 @@ Windows What's New in Python 2.2a3? +Release Date: 07-Sep-2001 =========================== Core @@ -379,6 +383,7 @@ Windows What's New in Python 2.2a2? +Release Date: 22-Aug-2001 =========================== Build |