[ZODB-Dev] B-Tree API

Guido van Rossum guido@python.org
Tue, 03 Dec 2002 14:47:18 -0500


> Or how about:
> 
> if ISortableSequence.isImplementedBy(seq):
>     seq.sort()
> 
> Who's to say the sort attribute is callable with no args?

I do. :)

--Guido van Rossum (home page: http://www.python.org/~guido/)