From owner-freebsd-python@FreeBSD.ORG Sun Jul 15 18:36:21 2007 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F2F816A403 for ; Sun, 15 Jul 2007 18:36:21 +0000 (UTC) (envelope-from hyeshik@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 7974413C428 for ; Sun, 15 Jul 2007 18:36:21 +0000 (UTC) (envelope-from hyeshik@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so1470538waf for ; Sun, 15 Jul 2007 11:36:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W47pXuj2WWSgpfa5v5HaplajnqmWmQEY3QNL/IlfBl4pxqNXWD3avhlwl/LrJQredfdJSPymk8RSJqghge1Py3OkjrG+P+6pcPY8knBQnPXjsqKv+0pQPWr6x8KBPoorN9vNQnpcNfi7jQM4IYtWtghZ2tBeg2oUSSCHdnD78VI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=J9HNi0uDRNkJetZKxQ0VbDulBGbeq/vE8CaWFMv9jrDidF8/qn5D7UMaqr8Umz28sfIBd0ptSLCemphNrSQEFJcyrSH76aKfuA5h4X0xAKgImsaW4p/Ec0ZBwOGPNhv9PrSgm9XbV3eouri6pFW/jIvfFsCdMe8lNtjjOGJiOkI= Received: by 10.114.148.1 with SMTP id v1mr3477203wad.1184524581115; Sun, 15 Jul 2007 11:36:21 -0700 (PDT) Received: by 10.115.110.16 with HTTP; Sun, 15 Jul 2007 11:36:21 -0700 (PDT) Message-ID: <4f0b69dc0707151136o3ce84032sf0cf2b661c200336@mail.gmail.com> Date: Mon, 16 Jul 2007 03:36:21 +0900 From: "Hye-Shik Chang" To: python@freebsd.org In-Reply-To: <4f0b69dc0706101154r8a5b51btd81ffdc5a2321de3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4f0b69dc0706101154r8a5b51btd81ffdc5a2321de3@mail.gmail.com> Cc: Subject: Re: Python 2.5.1 upgrade as a new default X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2007 18:36:21 -0000 On 6/11/07, Hye-Shik Chang wrote: > Hello, > > I feel sorry about the slow progress of making 2.5 default. > I just updated the patch to the recent repository. > > http://people.freebsd.org/~perky/python25-rev5.diff > > As some third-party packages started to use features of 2.5, > we'd better to move to 2.5 soon. Please review the patch > and scream if you have a problem with it. :) > Details for the patch are described in the previous mail [1]. > If no problem arises, I will commit it in the next week. > Fixed some missed errors with pav's pointyhat run, I think this would be the final version before committing to CVS. http://people.freebsd.org/~perky/python25-rev6.diff Please test the patch if you're available, and tell me if problems found. Hye-Shik