mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #7333: The posix
module gains an initgroups()
function providing
access to the initgroups(3) C library call on Unix systems which implement it. Patch by Jean-Paul Calderone.
This commit is contained in:
parent
f2bf0d2a51
commit
30b3b35cba
7 changed files with 69 additions and 3 deletions
|
@ -490,6 +490,10 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #7333: The `posix` module gains an `initgroups()` function providing
|
||||
access to the initgroups(3) C library call on Unix systems which implement
|
||||
it. Patch by Jean-Paul Calderone.
|
||||
|
||||
- Issue #7408: Fixed distutils.tests.sdist so it doesn't check for group
|
||||
ownership when the group is not forced, because the group may be different
|
||||
from the user's group and inherit from its container when the test is run.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue