wolverine2k / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

Change for Python 2.6 : the md5 module #194

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In Python 2.6, the md5 module is deprecated, to be replaced by the hashlib
module.

A simple test can be used to check if hashlib exists (that not the case in
Python 2.4) and if not, to use the md5 module.

Original issue reported on code.google.com by florian....@gmail.com on 10 Apr 2009 at 9:13

GoogleCodeExporter commented 8 years ago
Fixed in my branch in r1050.

Original comment by florian....@gmail.com on 10 Apr 2009 at 9:17

GoogleCodeExporter commented 8 years ago
Change incorporated in trunk in r1051.

Original comment by andre.ro...@gmail.com on 10 Apr 2009 at 9:33