[ZODB-Dev] repozo uses md5 lib, which is deprecated in python 2.6

Jim Fulton jim at zope.com
Wed Nov 18 12:43:18 EST 2009


On Wed, Nov 18, 2009 at 12:00 PM, Chris Withers <chris at simplistix.co.uk> wrote:
> - Anyone know what to replace md5 with? The warning suggests hashlib,

Yes

> which landed in 2.5. I assume it's okay to just use hashlib rather than
> worry about conditionally import md5 or hashlib, given that trunk ZODB
> and 3.9 branch are only targeted at Python 2.5 and above, right?

No, ZODB works with Python 2.4 too.

It's easy to handle this with a test on sys.version_info.

Jim

-- 
Jim Fulton


More information about the ZODB-Dev mailing list