X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.16.109 Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!nospam.fr.eu.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'bug': 0.02; '2.7': 0.05; 'subject:version': 0.07; 'url:bugs': 0.07; 'version?': 0.07; 'from:addr:timgolden.me.uk': 0.09; 'from:name:tim golden': 0.09; 'message-id:@timgolden.me.uk': 0.09; 'configure': 0.11; 'wrote:': 0.14; 'made,': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'url:hg': 0.16; 'url:patch': 0.16; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.20; 'maybe': 0.21; 'header:In-Reply-To:1': 0.22; 'cc:addr:python- list': 0.22; 'picking': 0.23; 'fix': 0.24; 'version': 0.25; 'script': 0.26; "i'm": 0.26; 'hi,': 0.29; 'up.': 0.30; 'named': 0.30; 'seem': 0.30; 'cc:addr:python.org': 0.31; 'tjg': 0.31; "can't": 0.31; 'updated': 0.33; "isn't": 0.34; 'received:192': 0.34; 'there': 0.35; 'header:User-Agent:1': 0.35; 'think': 0.36; 'received:192.168': 0.37; 'should': 0.37; 'url:python': 0.37; 'affects': 0.38; 'patch': 0.38; 'but': 0.38; 'url:org': 0.38; 'tim': 0.39; 'where': 0.39; 'from:addr:mail': 0.60; 'longer,': 0.84; 'tracks': 0.91; 'to:none': 0.92 Date: Fri, 01 Apr 2011 15:55:50 +0100 From: Tim Golden User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 CC: python-list@python.org Subject: Re: python2.7.1 freebsd development version References: <879683e0-d002-41b1-8400-f58d096a699d@f18g2000yqd.googlegroups.com> In-Reply-To: <879683e0-d002-41b1-8400-f58d096a699d@f18g2000yqd.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 17 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1301669756 news.xs4all.nl 41114 [::ffff:82.94.164.166]:43457 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:2358 On 01/04/2011 15:25, Tim wrote: > hi, > I can't seem to find the development version of python2.7.1; maybe > there isn't one any longer, but according to this post, there was a > bug in the configure script that affects freebsd machines; the patch > to fix it was made, but I think I'm not picking that fix up. > http://bugs.python.org/file19836/freebsd_ldshared.patch > > Where should I look for the updated version? This is the Mercurial repo: http://hg.python.org/cpython/ Look for the 2.7 named branch which tracks 2.7.x development TJG