commit | 37f3f430b8b0e4b089722640aa2d49110a0db4a8 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Tue Mar 18 20:40:01 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Tue Mar 18 20:40:01 2008 +0000 |
tree | 082f44d0f28b3a004ad0f1652e4daac61feb0b09 | |
parent | 0c1ef470f80af09f402e7f6f1e464dfef7267542 [diff] [blame] |
news entry for the chown fix
diff --git a/Misc/NEWS b/Misc/NEWS index bb65b46..db403ed 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -44,6 +44,9 @@ 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.