[Zope-Checkins] CVS: Zope/lib/python/BTrees - Maintainer.txt:1.1

Toby Dickenson tdickenson@geminidataloggers.com
Thu, 30 May 2002 16:54:47 +0100


On Thursday 30 May 2002 4:37 pm, Jim Fulton wrote:
> Update of /cvs-repository/Zope/lib/python/BTrees
> In directory cvs.zope.org:/tmp/cvs-serv3534


>   TEST_KEY(K, T) Compares (ala Python cmp) K & T, where K & T are C
>   data values (of type KEY_TYPE). Returns -1 for K < T, 0 for K =3D=3D =
T,
>   or -1 if K > T.

Argh. The trunk still has the version that doesnt check whether this=20
comparison function returns an exception!

I fixed this a while ago in toby-cmp-error-branch.=20
http://collector.zope.org/Zope/231 says I merged it with the trunk, but I=
=20
guess I was mistaken.

Any objections to merging it now?