news entry for the chown fix

This commit is contained in:
Gregory P. Smith 2008-03-18 20:40:01 +00:00
parent 0c1ef470f8
commit 37f3f430b8
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ Core and builtins
Library
-------
- Issue #1747858: Fix chown to work with large uid's and gid's on 64-bit
platforms.
- Issue #1202: zlib.crc32 and zlib.adler32 no longer return different values
on 32-bit vs. 64-bit python interpreters. Both were correct, but they now
both return a signed integer object for consistency.