Benjamin Franksen wrote:
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.

Hi Ben,

you are right: I pushed a little patch beyond 0.9.27 that drops the keyword on sort(), as you did.

Thanks for reporting,
ciao, lele.
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to