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

Scott Kitterman <[email protected]> Tue, 06 Oct 2009 23:00:14 -0400
Newsgroups gmane.mail.spam.spf.devel
Message-ID <20214-SnapperMsgD8DB99B6C6F1B4D3@[75.197.32.73]>
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?

Neither pyspf nor the one module it requires, pydns, use the md5 module.  I 
also checked the python SPF policy server and it does not either.

I'm not sure what's the source of the warning, but it's not anything 
specific to the SPF packages.

Scott K