[ZODB-Dev] test warnings with Python 2.3a0, ZODB3.1b2

Guido van Rossum guido@python.org
Mon, 07 Oct 2002 10:15:18 -0400


> I just downloaded the 3.1b2 release of ZODB and built
> it with the latest CVS of Python 2.3.  The following
> runtime warnings appear during the test phase.  Are
> these important enough to warrant a bug report?  Thanks.

Looks like TimeStamp_compare doesn't clip its return value.  I'll fix
it.  Thanks for the report!

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