Re: Python 6 and md5 module is depracted use hashlib?

Scott Kitterman <[email protected]> Tue, 06 Oct 2009 21:22:11 -0400
Newsgroups gmane.mail.spam.spf.devel
Message-ID <20214-SnapperMsgD8DB99B6C6F19DC9@[70.211.250.35]>
On Tue, 6 Oct 2009 19:00:34 -0600 Boyd Lynn Gerber <[email protected]> 
wrote:
>Hello,
>
>I was looking at the python SPF stuff.  I noticed I get a warning similar 
>to this one below but for the python SPF module.
>
>/usr/lib64/python2.6/site-packages/twisted/spread/pb.py:64: 
>DeprecationWarning: the md5 module is deprecated; use hashlib instead 
>import md5
>
>I could not find a newer version on the net.  Has anything been done for 
>python 6?
>
With Python 2.6 it's harmless in pyspf, but easy enough to fix.  I'll get 
it fixed. Porting to hashlib is not hard.

Scott K