From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17470 invoked by alias); 23 Jul 2009 14:37:48 -0000 Received: (qmail 17449 invoked by uid 22791); 23 Jul 2009 14:37:46 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Jul 2009 14:37:38 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6NEbatg018853; Thu, 23 Jul 2009 10:37:36 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6NEbZqn000845; Thu, 23 Jul 2009 10:37:35 -0400 Received: from pearl.pink (vpn-12-90.rdu.redhat.com [10.11.12.90]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n6NEbY1p007217; Thu, 23 Jul 2009 10:37:34 -0400 Message-ID: <4A6875AE.6090805@redhat.com> Date: Thu, 23 Jul 2009 14:37:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2 MIME-Version: 1.0 To: Matthias Klose CC: GCJ-patches Subject: Re: Fwd: [patch] use hashlib instead of the deprecated md5 module References: <4A686D88.2060305@ubuntu.com> In-Reply-To: <4A686D88.2060305@ubuntu.com> Content-Type: text/plain; charset=ISO-8859-1 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/msg00051.txt.bz2 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. Andrew.