Comment 0 for bug 293178

Revision history for this message
Heiko Rommel (rommel-suse) wrote : use of md5/sha is deprecated in Python 2.6

Mailman uses the md5 and sha modules in numerous places.
The usage of these modules is deprecated in Python 2.6.
The errors look like this:

usr/lib/mailman/bin/update:37: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
/usr/lib/mailman/Mailman/Utils.py:32: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha