On Tue, Jun 23, 2009 at 07:01:04PM -0700, Marek Szuba wrote: -> 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.
Looks good to me! We might want to think about a general strategy -- maybe an entire 'compat' module? -- to support cross-python differences; I believe this is a common strategy for 3.x porting. --titus -- C. Titus Brown, [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
