Comment 6 for bug 459085

Revision history for this message
Duncan McGreggor (oubiwann) wrote : Re: [Bug 459085] Re: Save Config fix is lost in python 2.6

Stella wrote:
> Duncan, thank you so much for the quick response! I'll download the new
> release.
>
> The warnings we are having are (but it's still running):
> /usr/lib/python2.6/site-packages/twisted/persisted/sob.py:12: DeprecationWarning: the md5 module is deprecated; use hashlib instead
> import os, md5, sys
> /usr/lib/python2.6/site-packages/twisted/python/filepath.py:12: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
> import sha
>

Ah, yes -- these warnings are from Twisted itself. Sadly, it's not a bug
that I can fix :-(

But, the good news is that these are warnings and won't affect the
running of your code.

d