Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35174
| 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 | <rosuav@gmail.com> |
| 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 | <c4fa639f-5959-4a65-9d54-33e51d1acb50@googlegroups.com> |
| References | <ec7fc1b0-1553-4e17-8d2f-71de44ed2840@googlegroups.com> <50d24afc$0$6955$e4fe514c@news2.news.xs4all.nl> <c4fa639f-5959-4a65-9d54-33e51d1acb50@googlegroups.com> |
| 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 <rosuav@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1085.1355970508.29569.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Thu, Dec 20, 2012 at 12:23 PM, <saqib.ali.75@gmail.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Why does os.stat() tell me that my file-group has no members? saqib.ali.75@gmail.com - 2012-12-19 13:40 -0800
Re: Why does os.stat() tell me that my file-group has no members? Hans Mulder <hansmu@xs4all.nl> - 2012-12-20 00:17 +0100
Re: Why does os.stat() tell me that my file-group has no members? saqib.ali.75@gmail.com - 2012-12-19 17:23 -0800
Re: Why does os.stat() tell me that my file-group has no members? Chris Angelico <rosuav@gmail.com> - 2012-12-20 13:28 +1100
Re: Why does os.stat() tell me that my file-group has no members? Kushal Kumaran <kushal.kumaran+python@gmail.com> - 2012-12-20 12:46 +0530
csiph-web