From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25799 invoked by alias); 23 Jul 2009 14:48:19 -0000 Received: (qmail 25773 invoked by uid 22791); 23 Jul 2009 14:48:17 -0000 X-SWARE-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from adelie.canonical.com (HELO adelie.canonical.com) (91.189.90.139) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Jul 2009 14:48:10 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1MTzaa-0007r9-AJ; Thu, 23 Jul 2009 15:48:08 +0100 Received: from [194.224.98.149] (helo=[10.0.0.69]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1MTzaa-0001Kt-6w; Thu, 23 Jul 2009 15:48:08 +0100 Message-ID: <4A687823.4040909@ubuntu.com> Date: Thu, 23 Jul 2009 14:48:00 -0000 From: Matthias Klose User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.1pre) Gecko/20090715 Shredder/3.0b3pre MIME-Version: 1.0 To: Andrew Haley CC: GCJ-patches Subject: Re: Fwd: [patch] use hashlib instead of the deprecated md5 module References: <4A686D88.2060305@ubuntu.com> <4A6875AE.6090805@redhat.com> <4A6875E3.6050503@redhat.com> In-Reply-To: <4A6875E3.6050503@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2009-q3/txt/msg00053.txt.bz2 On 23.07.2009 10:38, Andrew Haley wrote: > On 07/23/2009 04:37 PM, Andrew Haley wrote: >> On 07/23/2009 04:02 PM, Matthias Klose wrote: >>> should have sent this to java-patches in the first place ... >>> >>> -------- Original Message -------- >>> Subject: [patch] use hashlib instead of the deprecated md5 module >>> Date: Thu, 23 Jul 2009 09:53:50 -0400 >>> From: Matthias Klose >>> To: GCC Patches >>> >>> use hashlib (if available) instead of the md5 module, which was >>> deprecated in >>> python2.5. Ok for the trunk and the 4.4 branch? >> >> I see it falls back to using the MD5 module. This is OK. > > Incidentally, did you test the fallback? Should be OK, but... yes, tested with python2.4 Matthias