Benjamin Franksen wrote:
> We use Linux debian/stable at work which currently comes with Python
> 2.3.5. There seems to be a slight incompatibility in the standard List
> library. Specifically, when using cvs or cvsps as source, I get a runtime
> error complaining that 'sort' doesn't take a keyword parameter. I checked
> this and found that Python 2.3.5 indeed only supports a compare function
> as an optional parameter, but not with keyword. My solution was to simply
> drop the 'cmp=' in the argument to sort(); this should be compatible with
> the 2.5 libraries (AFAIU). If, for some reason, this is not desired, a
> note in the installation docs would be nice ('needs python 2.x or later'),
> and/or maybe a check in the setup script.

Wow you *are* fast! Bugfix appears with faster than light speed (i.e.
yesterday ;-)).

(Teaches me to 'darcs pull' before reporting...)

Cheers,
Ben

_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to