Comment 3 for bug 292542

Revision history for this message
Anders F Björklund (afb) wrote :

To support Python 2.6, as well as current Python 2.3 - 2.5,
the "md5" routines need to check for module "hashlib" first.
http://www.python.org/doc/2.3/lib/module-md5.html
http://www.python.org/doc/2.5/lib/module-hashlib.html

There might be more changes needed for Python 2.6 too...