Comment 3 for bug 342170

Revision history for this message
Martin Albisetti (beuno) wrote :

Same here:

/usr/lib/python2.6/dist-packages/Crypto/Hash/SHA.py:6: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  from sha import *
/usr/lib/python2.6/dist-packages/Crypto/Hash/MD5.py:6: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  from md5 import *

Does this mean that we need to get the package updated in Jaunty ASAP?