[Zodb-checkins] CVS: Zope3/lib/python/Persistence/BTrees - BTreeTemplate.c:1.1.2.26 BucketTemplate.c:1.1.2.25

Tim Peters tim@zope.com
Fri, 7 Jun 2002 13:22:19 -0400


> +    /* Silence compiler warning about unused variable len for the case
> +       when neither key nor value is an object, i.e. II. */

Just to be irritating <wink>, II isn't the only case of this(*), so "i.e."
should be "e.g.".

(*) fsBTree is another.