This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Fwd: [patch] use hashlib instead of the deprecated md5 module
- From: Andrew Haley <aph at redhat dot com>
- To: Matthias Klose <doko at ubuntu dot com>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Thu, 23 Jul 2009 16:37:34 +0200
- Subject: Re: Fwd: [patch] use hashlib instead of the deprecated md5 module
- References: <4A686D88.2060305@ubuntu.com>
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 <doko@ubuntu.com>
> To: GCC Patches <gcc-patches@gcc.gnu.org>
>
> 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.