Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:file': 0.07; 'python': 0.09; 'explanation': 0.09; 'subject:Why': 0.09; 'subject:members': 0.09; 'underlying': 0.09; 'dec': 0.15; 'represents': 0.15; 'did:': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'patch,': 0.16; 'wrote:': 0.17; 'subject:group': 0.17; 'thu,': 0.17; 'tracker': 0.20; 'url:bugs': 0.24; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'helpful.': 0.29; 'way?': 0.29; 'worked': 0.30; 'url:python': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'text': 0.34; 'open': 0.35; 'pm,': 0.35; 'received:209.85.220': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'url:org': 0.36; 'url:library': 0.36; 'received:209': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'url:docs': 0.38; 'page': 0.38; 'to:addr:python.org': 0.39; 'subject:-': 0.40; 'header:Received:5': 0.40; 'your': 0.60; 'show': 0.63; '20,': 0.65; 'appreciation': 0.65; 'lasting': 0.84; 'subject:tell': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LUlTd13knFm76E3H7v3U8A5aSBMSSsr/WqUM4Mi3gVQ=; b=qBb9NHhIT6gJaQFgBIJo4/RkTDK5AefM6At17rnzmuUUt3C9n0tPytxwkoPztThmBw CBqPMuEa2IB4AgALnO3a8ELNAj5bxGmrkyk3JCkCj52401Cunxf7yVvWAUWTXFgqy0fL 49+JoSTmdDRFgMGvQp3rl/h1NoEqAQdjEGRROI1GZxbecyTBlMm4eJXOYmTKwgC+wSvF Xed2a2jWdlYVlgFoa2ZvMFj1JOXrjfn0z235HBc++jwVHP0Tv7xfkqfTXE+qSD1gdwEn Yzx7F2JexRzX1PDQKKUbK9kzIJNAxSJp8GvcfHTF2Rvg7UdTDOYWldMUZmGV4PZNF+2R 442g== MIME-Version: 1.0 In-Reply-To: References: <50d24afc$0$6955$e4fe514c@news2.news.xs4all.nl> Date: Thu, 20 Dec 2012 13:28:20 +1100 Subject: Re: Why does os.stat() tell me that my file-group has no members? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1355970508 news.xs4all.nl 6872 [2001:888:2000:d::a6]:55531 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35174 On Thu, Dec 20, 2012 at 12:23 PM, wrote: > > Thanks!! This was very helpful. It worked perfectly. > I had no clue about the intricacies of how python represents the group data from the underlying OS. > > This page doesn't go into to detailed explanation like you did: http://docs.python.org/2/library/grp.html Want to show your appreciation in a lasting way? Write up a patch, or a new paragraph or so of text for the page, and open a tracker issue to improve the docs! http://bugs.python.org/ ChrisA