From 37f3f430b8b0e4b089722640aa2d49110a0db4a8 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Tue, 18 Mar 2008 20:40:01 +0000 Subject: [PATCH] news entry for the chown fix --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index bb65b46c1ff..db403edfd3f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.