[Zope-Checkins] CVS: Zope2 - Lazy.py:1.3.24.2
chrism@serenade.digicool.com
chrism@serenade.digicool.com
Wed, 28 Feb 2001 00:14:47 -0500
Update of /cvs-repository/Zope2/lib/python/Products/ZCatalog
In directory serenade:/slab/home/chrism/sandboxes/CatalogBTreesIntegration/lib/python/Products/ZCatalog
Modified Files:
Tag: Catalog-BTrees-Integration
Lazy.py
Log Message:
change LazyMap __init__ to not attempt to compute len of map by doing len(seq). Instead, check first if length argument is passed in and use it.