Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'configure.ac': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'bug': 0.10; 'useful,': 0.13; 'from:addr:cheimes.de': 0.16; 'from:addr:lists': 0.16; 'from:name:christian heimes': 0.16; 'message- id:@dough.gmane.org': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:Incorrect': 0.16; 'utimes': 0.16; 'version?': 0.16; 'fix': 0.17; 'detect': 0.17; 'patch': 0.24; 'url:bugs': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'fixed': 0.28; 'header:X-Complaints- To:1': 0.28; 'subject:/': 0.28; 'source': 0.29; 'attach': 0.30; 'code': 0.31; 'url:python': 0.32; 'file': 0.32; 'to:addr:python- list': 0.33; 'christian': 0.34; 'thanks': 0.34; 'richard': 0.35; 'too.': 0.35; 'received:org': 0.36; 'url:org': 0.36; 'should': 0.36; 'correctly': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'apply': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'latest': 0.61; 'different': 0.63; 'more': 0.63 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Christian Heimes Subject: Re: Incorrect detection of futimesns/futimes in 3.3.0b1 Date: Thu, 19 Jul 2012 11:22:40 +0200 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: f048069196.adsl.alicedsl.de User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1342689778 news.xs4all.nl 6967 [2001:888:2000:d::a6]:51378 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25615 Am 19.07.2012 11:03, schrieb RICHARD MOSELEY: > I am now considering providing a general patch to the configure.ac > file which will more correctly detect all the > various flavours of utimes (futimens, futimes, lutimes, futimesat, > utimensat and utimes) using a different check other than AC_CHECK_FUNCS. > Or would it be better simply to keep it private and apply the fix each > time I upgrade the source code to the latest version? Please create a bug report http://bugs.python.org/ and attach your patch when it's ready. Other people will find your fix useful, too. The issue should be fixed in the official distribution. Thanks Christian