Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!news-transit.tcx.org.uk!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.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; 'python': 0.07; 'development)': 0.09; 'from:addr:timgolden.me.uk': 0.09; 'from:name:tim golden': 0.09; 'message-id:@timgolden.me.uk': 0.09; 'tim,': 0.09; 'configure': 0.11; '>>>': 0.12; 'am,': 0.14; '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; 'maybe': 0.21; 'header:In-Reply-To:1': 0.22; 'picking': 0.23; 'fix': 0.24; 'version': 0.25; 'script': 0.26; "i'm": 0.26; 'thanks': 0.29; 'hi,': 0.29; 'probably': 0.30; 'up.': 0.30; 'named': 0.30; 'seem': 0.30; '(first': 0.31; 'for,': 0.31; 'tjg': 0.31; "can't": 0.31; 'to:addr:python-list': 0.32; 'url:docs': 0.33; 'page': 0.33; 'updated': 0.33; "isn't": 0.34; 'received:192': 0.34; 'starting': 0.34; 'there': 0.35; 'header :User-Agent:1': 0.35; 'point': 0.35; 'think': 0.36; 'received:192.168': 0.37; 'should': 0.37; 'url:python': 0.37; 'affects': 0.38; 'apr': 0.38; 'patch': 0.38; 'but': 0.38; 'url:org': 0.38; 'tim': 0.39; 'to:addr:python.org': 0.39; 'where': 0.39; 'from:addr:mail': 0.60; 'best': 0.60; 'golden': 0.68; '10:55': 0.84; 'longer,': 0.84; 'tracks': 0.91 Date: Fri, 01 Apr 2011 16:49:18 +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 To: python-list@python.org Subject: Re: python2.7.1 freebsd development version References: <879683e0-d002-41b1-8400-f58d096a699d@f18g2000yqd.googlegroups.com> <28d89f62-79e4-4bb3-854d-905a6f66bdef@dr5g2000vbb.googlegroups.com> In-Reply-To: <28d89f62-79e4-4bb3-854d-905a6f66bdef@dr5g2000vbb.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: 33 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1301672963 news.xs4all.nl 41102 [::ffff:82.94.164.166]:47106 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:2368 On 01/04/2011 16:34, Tim wrote: > On Apr 1, 10:55 am, Tim Golden wrote: >> 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 > > hi Tim, thanks -- just what I was looking for, just couldn't find it > on my own at all! This is probably the best starting point (recently published): http://docs.python.org/devguide/ (first hit for: Python development) Look down that page is "Source code" TJG