Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!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.030 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:missing': 0.07; 'snippet': 0.09; 'cc:addr:python-list': 0.11; '(ubuntu': 0.16; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'helpful': 0.24; 'cc:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'chris': 0.29; 'url:bugs': 0.29; '[1]': 0.29; 'closer': 0.31; 'url:python': 0.33; 'but': 0.35; 'charset:us- ascii': 0.36; 'url:org': 0.36; 'should': 0.36; 'received:10': 0.37; 'issue': 0.38; 'does': 0.39; 'according': 0.40; 'address': 0.63; 'to:addr:gmail.com': 0.65; '3.4': 0.84; 'ethan': 0.84; 'furman': 0.84 X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-MC-Relay: Neutral X-MailChannels-SenderId: wwwh|x-authuser|tim@thechases.com X-MailChannels-Auth-Id: wwwh X-MC-Loop-Signature: 1419457569669:2789211361 X-MC-Ingress-Time: 1419457569669 Date: Wed, 24 Dec 2014 15:48:22 -0600 From: Tim Chase To: Chris Angelico Subject: Re: missing os.lchmod, os.lchflags In-Reply-To: References: <549B1742.4010003@stoneleaf.us> <20141224142238.7edb99cc@bigbox.christie.dr> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Importance: low X-Priority: 4 (Low) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AuthUser: tim@thechases.com Cc: "python-list@python.org" 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1419457574 news.xs4all.nl 2914 [2001:888:2000:d::a6]:51696 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:82907 On 2014-12-25 08:23, Chris Angelico wrote: >> On 2014-12-24 11:42, Ethan Furman wrote: >>> According to the docs [1] these functions should be available as >>> of 2.6, yet they are missing on a 2.7, 3.2, and 3.4 install >>> (ubuntu 12.10 and 14.04) > > http://bugs.python.org/issue7479 Indeed it does address the issue but I think documentation closer to the POSIX-only items would be helpful (rather than one snippet at the top). -tkc