diff options
author | Marc-André Lemburg <mal@egenix.com> | 2002-07-12 14:40:04 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2002-07-12 14:40:04 (GMT) |
commit | 58e2ff2e810261291b4690fdc075404008a564cd (patch) | |
tree | 4087ce47f55acd6fc7acf71954564ec230336c15 /Misc/NEWS | |
parent | a83ffa89f290e3a2b18a95ad7e520363ad6a94c4 (diff) | |
download | cpython-58e2ff2e810261291b4690fdc075404008a564cd.zip cpython-58e2ff2e810261291b4690fdc075404008a564cd.tar.gz cpython-58e2ff2e810261291b4690fdc075404008a564cd.tar.bz2 |
Mention new encoding.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -170,6 +170,8 @@ Extension modules Library +- New encoding for the Palm OS character set: palmos. + - binascii.crc32() and the zipfile module had problems on some 64-bit platforms. These have been fixed. On a platform with 8-byte C longs, crc32() now returns a signed-extended 4-byte result, so that its value |