Activity log for bug #293178

Date Who What changed Old value New value Message
2008-11-03 16:29:20 Heiko Rommel bug added bug
2008-11-03 16:29:20 Heiko Rommel bug added attachment 'mailman-python-26-deprecation-md5-sha.diff' (backward-compatible fix that creates a wrapper module to either use hashlib or the old modules)
2008-11-03 16:30:17 Heiko Rommel mailman: assignee barry
2008-11-03 16:30:17 Heiko Rommel mailman: statusexplanation
2008-11-11 16:18:47 Heiko Rommel description 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 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
2008-11-13 13:19:46 Barry Warsaw mailman: importance Undecided High
2008-11-13 13:20:11 Barry Warsaw title use of md5/sha is deprecated in Python 2.6 Python 2.6 incompatibilities
2008-12-02 04:31:32 Barry Warsaw mailman: status New Fix Committed
2009-05-08 17:35:17 Barry Warsaw mailman: status Fix Committed Fix Released