[Zodb-checkins] CVS: Zope/lib/python/BTrees - Interfaces.py:1.16
Tim Peters
tim.one@comcast.net
Tue, 25 Jun 2002 15:42:30 -0400
Update of /cvs-repository/Zope/lib/python/BTrees
In directory cvs.zope.org:/tmp/cvs-serv3156
Modified Files:
Interfaces.py
Log Message:
Typo repair.
=== Zope/lib/python/BTrees/Interfaces.py 1.15 => 1.16 ===
v2 is 1 if c2 is a set
- c1[key] if c2 is a mapping
+ c2[key] if c2 is a mapping
XXX All of the above is wrong if either weight is negative. I think
XXX that's a bug in the implementation and will fix it.