[Freeipa-devel] [PATCH] jderose 044 Add sha1, md5 to compat

2010-02-12 Thread Jason Gerard DeRose
This patch adds `sha1` and `md5` classes to the `compat` module. These will work in Python 2.4 - 2.5 without raising a `DeprecationWarning`. From fc8710cf1371d0b71341ec3cb162e19699090ffb Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose jder...@redhat.com Date: Fri, 12 Feb 2010 13:03:14 -0700

Re: [Freeipa-devel] [PATCH] jderose 044 Add sha1, md5 to compat

2010-02-12 Thread Rob Crittenden
Jason Gerard DeRose wrote: This patch adds `sha1` and `md5` classes to the `compat` module. These will work in Python 2.4 - 2.5 without raising a `DeprecationWarning`. I wonder if we should import both the name sha and sha1. If we did that we could modify ipauuid to import from compat

Re: [Freeipa-devel] [PATCH] jderose 044 Add sha1, md5 to compat

2010-02-12 Thread Rob Crittenden
Rob Crittenden wrote: Jason Gerard DeRose wrote: This patch adds `sha1` and `md5` classes to the `compat` module. These will work in Python 2.4 - 2.5 without raising a `DeprecationWarning`. I wonder if we should import both the name sha and sha1. If we did that we could modify ipauuid to