mirror of https://github.com/python/cpython
news entry for the chown fix
This commit is contained in:
parent
0c1ef470f8
commit
37f3f430b8
|
@ -44,6 +44,9 @@ Core and builtins
|
||||||
Library
|
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
|
- 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
|
on 32-bit vs. 64-bit python interpreters. Both were correct, but they now
|
||||||
both return a signed integer object for consistency.
|
both return a signed integer object for consistency.
|
||||||
|
|
Loading…
Reference in New Issue