Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!diablo1.news.osn.de!news.osn.de!diablo2.news.osn.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:missing': 0.07; 'from:addr:ethan': 0.09; 'from:addr:stoneleaf.us': 0.09; 'from:name:ethan furman': 0.09; 'message-id:@stoneleaf.us': 0.09; 'question?': 0.09; '~ethan~': 0.09; '2.7': 0.14; '(ubuntu': 0.16; 'does,': 0.16; 'stable.': 0.16; 'wrote:': 0.18; 'pointed': 0.19; 'thu,': 0.19; 'thanks.': 0.20; '>>>': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'url:bugs': 0.29; '[1]': 0.29; 'am,': 0.29; 'tim': 0.29; 'dec': 0.30; '25,': 0.31; '3.2': 0.31; 'chase': 0.31; 'url:python': 0.33; 'google': 0.35; 'url:org': 0.36; 'should': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'according': 0.40; 'received:173': 0.61; 'yes': 0.68; '3.4': 0.84; 'confirming': 0.84; 'ethan': 0.84; 'furman': 0.84 Date: Wed, 24 Dec 2014 13:40:13 -0800 From: Ethan Furman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: missing os.lchmod, os.lchflags References: <549B1742.4010003@stoneleaf.us> <20141224142238.7edb99cc@bigbox.christie.dr> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1419457248 news.xs4all.nl 2959 [2001:888:2000:d::a6]:48834 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:82906 On 12/24/2014 01:23 PM, Chris Angelico wrote: > On Thu, Dec 25, 2014 at 7:22 AM, Tim Chase 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) >> Confirming the same absence of os.lchmod and os.lchflags in 2.7 and >> 3.2 on Debian Stable. > A quick Google search pointed me to this, does it answer the question? > > http://bugs.python.org/issue7479 > Yes it does, thanks. -- ~Ethan~