diff options
author | Barry Warsaw <barry@python.org> | 2001-08-22 20:26:56 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-08-22 20:26:56 (GMT) |
commit | 18b2ecfa9a546b91f500f77d4de17685b6113ced (patch) | |
tree | 4a05f066ac5d68111ddd5f8964d548cc32346da1 /Misc/NEWS | |
parent | 60f018846d7b97eec71675c3a1c9e7a058232c73 (diff) | |
download | cpython-18b2ecfa9a546b91f500f77d4de17685b6113ced.zip cpython-18b2ecfa9a546b91f500f77d4de17685b6113ced.tar.gz cpython-18b2ecfa9a546b91f500f77d4de17685b6113ced.tar.bz2 |
Add an item about Tim's new installer. This didn't make it into the
2.2a2 release, but it's still worth mentioning.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ What's New in Python 2.2a2? Build +- Tim Peters developed a brand new Windows installer using Wise 8.1, + generously donated to us by Wise Solutions. + - configure supports a new option --enable-unicode, with the values ucs2 and ucs4 (new in 2.2a1). With --disable-unicode, the Unicode type and supporting code is completely removed from the interpreter. |