From owner-freebsd-python@FreeBSD.ORG Sun Jun 10 19:19:40 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 997E116A400 for ; Sun, 10 Jun 2007 19:19:40 +0000 (UTC) (envelope-from hyeshik@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 7895E13C447 for ; Sun, 10 Jun 2007 19:19:40 +0000 (UTC) (envelope-from hyeshik@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so2019627waf for ; Sun, 10 Jun 2007 12:19:40 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=gF5R8vRo5+fYQWzZp5BtTwYFHHBt2wiNxBfhCso0LpU+gbdFQq+iGkWZ03o4HmKCMFkE9g3bi+uoP0eJ1Hqw3T2hE6YMO1PlqYqW0anxigKwqgTzs/bP2slm21mum0DcVjEHWWINyouOW5T3ljYpuzjNbIkt/dcNUH8jpprMCRk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UHrhO1P7epWAyk951jvMGo8swjPBaVPZ8ebR7AlbefBFw+Agz+RKenJQgq70zGyHysjJ9vroiYGMsbPw1i3/wFn67psZjzHjBgEyGr9sWpU3nE/j4otep+qdmk0h/pzWRKkXJOKwF2onL+bVaQFo+cu4gGiHHIOz3r77ZMJOJGY= Received: by 10.115.111.1 with SMTP id o1mr4730520wam.1181501663480; Sun, 10 Jun 2007 11:54:23 -0700 (PDT) Received: by 10.114.174.4 with HTTP; Sun, 10 Jun 2007 11:54:23 -0700 (PDT) Message-ID: <4f0b69dc0706101154r8a5b51btd81ffdc5a2321de3@mail.gmail.com> Date: Mon, 11 Jun 2007 03:54:23 +0900 From: "Hye-Shik Chang" To: python@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: 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, 10 Jun 2007 19:19:40 -0000 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. Thank you, Hye-Shik [1] http://lists.freebsd.org/pipermail/freebsd-python/2007-March/000772.html