On 2010/10/19 23:54, Federico G. Schwindt wrote: > > [..] > > For md5, since we don't have to worry about Python 2.4, we can > > just do this: > > why is that?
hashlib was added in 2.5, so we only need to fallback to the md5 module if we would want to be compatible with versions before that. that might be important for patches we want to send upstream but, as that's not likely with tentakel, I don't think it's really needed. (I don't object to doing that but I'm equally happy with the minimal fix..)
