[issue40376] documentation for os.getgrouplist potentially misleading

2020-04-24 Thread Jens Holzkämper
Change by Jens Holzkämper : -- keywords: +patch pull_requests: +19020 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19702 ___ Python tracker ___ _

[issue40376] documentation for os.getgrouplist potentially misleading

2020-04-24 Thread Jens Holzkämper
New submission from Jens Holzkämper : https://docs.python.org/3/library/os.html#os.getgrouplist states „Return list of group ids that user belongs to. If group is not in the list, it is included; typically, group is specified as the group ID field from the password record for user.“, but the f