From owner-freebsd-python@FreeBSD.ORG  Fri Mar  5 09:48:49 2004
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: freebsd-python@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 30F9116A4CE
	for <python@FreeBSD.org>; Fri,  5 Mar 2004 09:48:49 -0800 (PST)
Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.46])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DCF5043D1F
	for <python@FreeBSD.org>; Fri,  5 Mar 2004 09:48:48 -0800 (PST)
	(envelope-from cswiger@mac.com)
Received: from mac.com (smtpin08-en2 [10.13.10.153])
	by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id i25HmmRu026265;
	Fri, 5 Mar 2004 09:48:48 -0800 (PST)
Received: from [10.1.1.193] ([199.103.21.225])
	(authenticated bits=0)
	by mac.com (Xserve/smtpin08/MantshX 3.0) with ESMTP id i25HmkDZ029452;
	Fri, 5 Mar 2004 09:48:47 -0800 (PST)
In-Reply-To: <20040305101837.GA78274@i18n.org>
References: <20040305101837.GA78274@i18n.org>
Mime-Version: 1.0 (Apple Message framework v612)
Content-Type: text/plain; charset=US-ASCII; format=flowed
Message-Id: <65B66A6C-6ECD-11D8-BB2A-003065ABFD92@mac.com>
Content-Transfer-Encoding: 7bit
From: Charles Swiger <cswiger@mac.com>
Date: Fri, 5 Mar 2004 12:49:06 -0500
To: Hye-Shik Chang <perky@i18n.org>
X-Mailer: Apple Mail (2.612)
cc: python@FreeBSD.org
Subject: Re: Python patch to install a shared library
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
	<mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
	<mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 05 Mar 2004 17:48:49 -0000

On Mar 5, 2004, at 5:18 AM, Hye-Shik Chang wrote:
> Please test this patch on your platform:
>  http://people.freebsd.org/~perky/pyshared.diff

Thank you for the work on this.  The patch applies cleanly, and the 
resulting Python binaries seem OK (ia32 running 4.9 & 5.2.1)-- they 
pass "make test" and Mailman has been working fine when I restarted it 
to run using the new binary.

-- 
-Chuck