Issue #7333: The `posix` module gains an `initgroups()` function providing
commit48106435eb8246f1a73f59cc7a97631b7c477818
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 2 Dec 2009 20:37:54 +0000 (2 20:37 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 2 Dec 2009 20:37:54 +0000 (2 20:37 +0000)
treed523351d481eb4f71e97cf46a86f450c72fb6a03
parentf23b026c1eb783b32c61c42b87fafacab314755b
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.

git-svn-id: http://svn.python.org/projects/python/trunk@76636 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/os.rst
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c
configure
configure.in
pyconfig.h.in