[Zope-Checkins] CVS: Zope2 - Catalog.py:1.38

Ken Manheimer klm@korak.digicool.com
Sun, 26 Sep 1999 14:45:28 -0400


Update of /cvs-repository/Zope2/lib/python/Products/ZCatalog
In directory korak.digicool.com:/projects/users/klm/TrackerHacks/lib/python/Products/ZCatalog

Modified Files:
	Catalog.py 
Log Message:
Do not fall through silently if the specified type is invalid!  We now 
raise an error (there should be some standard index error class).

A bit of docstring refinement.  In particular, name the index types
exactly.