[issue10433] Document unique behavior of 'getgroups' on OSX

2012-04-30 Thread Ned Deily
Ned Deily added the comment: Committed with minor revisions for 2.7.4, 3.2.4, and 3.3.0a3. -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker

[issue10433] Document unique behavior of 'getgroups' on OSX

2012-04-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2468b58f7fce by Ned Deily in branch '2.7': Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. http://hg.python.org/cpython/rev/2468b58f7fce New changeset 5c801899cd6d by Ned Deily in branch '3.2': Issue #10433: Document unique be

[issue10433] Document unique behavior of 'getgroups' on OSX

2012-04-29 Thread Hynek Schlawack
Hynek Schlawack added the comment: This one LGTM, still applies cleanly against current tip and is languishing for a way to long time. Commit & close? -- nosy: +hynek versions: +Python 3.3 ___ Python tracker ___

[issue10433] Document unique behavior of 'getgroups' on OSX

2011-04-03 Thread Ned Deily
Ned Deily added the comment: Here's a revised doc patch. As noted from my investigation in Issue7900, the key getgroups behavior change is with the OS X 10.6 ABI (so > 10.5), not 10.5. -- stage: needs patch -> commit review Added file: http://bugs.python.org/file21528/issue10433-v2.pat

[issue10433] Document unique behavior of 'getgroups' on OSX

2011-03-14 Thread Ronald Oussoren
Ronald Oussoren added the comment: I do understand the issue, but I'm not sure if I can write it down consisely. I've attached an initial attempt (patch is relative to the default branch, I'll port to 2.7 and 3.2 if it looks OK) -- keywords: +needs review, patch Added file: http://bug

[issue10433] Document unique behavior of 'getgroups' on OSX

2010-11-16 Thread R. David Murray
Changes by R. David Murray : -- nosy: +michael.foord ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue10433] Document unique behavior of 'getgroups' on OSX

2010-11-16 Thread R. David Murray
Changes by R. David Murray : -- nosy: +ned.deily, ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10433] Document unique behavior of 'getgroups' on OSX

2010-11-16 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: -> d...@python components: +Documentation, Macintosh nosy: +d...@python versions: +Python 3.2 ___ Python tracker ___ _

[issue10433] Document unique behavior of 'getgroups' on OSX

2010-11-16 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- nosy: +belopolsky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue10433] Document unique behavior of 'getgroups' on OSX

2010-11-16 Thread R. David Murray
New submission from R. David Murray : Per issue 7900, os.getgroups on OSX does not behave the same way as on any other unix platform. This seems worthy of a documentation note, since anyone trying to write portable code could get bit by this. I don't really understand the relationship on OSX