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

2012-04-30 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za 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 behavior of 'os.getgroups' on Mac OS X.
http://hg.python.org/cpython/rev/5c801899cd6d

New changeset e7d545a5f6bc by Ned Deily in branch 'default':
Issue #10433: merge
http://hg.python.org/cpython/rev/e7d545a5f6bc

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10433
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-04-30 Thread Ned Deily

Ned Deily n...@acm.org 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 rep...@bugs.python.org
http://bugs.python.org/issue10433
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-04-29 Thread Hynek Schlawack

Hynek Schlawack h...@ox.cx 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 rep...@bugs.python.org
http://bugs.python.org/issue10433
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-04-04 Thread Ned Deily

Ned Deily n...@acm.org 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.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10433
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-03-14 Thread Ronald Oussoren

Ronald Oussoren ronaldousso...@mac.com 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://bugs.python.org/file21133/issue10433.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10433
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-11-16 Thread R. David Murray

New submission from R. David Murray rdmur...@bitdance.com:

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 between what the current 
os.getgroups returns, what the normal unix os.getgroups returns, and what 
things a process can actually *do*, so I can't write that documentation.  
Hopefully someone else can.

A doc note is probably also needed about the relationship between os.setgroups 
and os.getgroups on OSX, which again I do not understand and so cannot write.

--
messages: 121293
nosy: r.david.murray
priority: normal
severity: normal
stage: needs patch
status: open
title: Document unique behavior of 'getgroups' on OSX
type: behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10433
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-11-16 Thread Alexander Belopolsky

Changes by Alexander Belopolsky belopol...@users.sourceforge.net:


--
nosy: +belopolsky

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10433
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-11-16 Thread Alexander Belopolsky

Changes by Alexander Belopolsky belopol...@users.sourceforge.net:


--
assignee:  - d...@python
components: +Documentation, Macintosh
nosy: +d...@python
versions: +Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10433
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-11-16 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
nosy: +ned.deily, ronaldoussoren

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10433
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-11-16 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
nosy: +michael.foord

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10433
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com