Hello, While testing Pygr on 64-bit Windows (more on that in a separate e-mail) I noticed Python 2.6 to complain about the md5 module (which we use during testing), saying it has been deprecated. Therefore, I have updated testlib/testutil.py to use the now-recommended hashlib module, if it is available (it has been introduced in Python 2.5):
http://github.com/mkszuba/pygr/commit/7c3d24c32bf08f0660625ceac0cf28937f8d5ca8 (hashlib branch) Please let me know what you think. -- MS --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
