On Wed, Oct 20, 2010 at 12:26:21AM +0100, Stuart Henderson wrote:
> 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..)

  considering how simple is to support both and the fact that we still
have 2.4 in the tree, i'd prefer if the fix covers both.

  f.-

Reply via email to