[Zope-Checkins] CVS: Zope2 - GlobbingLexicon.py:1.4.50.5

Chris Petrilli petrilli@serenade.digicool.com
Thu, 25 Jan 2001 10:53:56 -0500


Update of /cvs-repository/Zope2/lib/python/SearchIndex
In directory serenade.digicool.com:/home/petrilli/src/Lexicon/lib/python/SearchIndex

Modified Files:
      Tag: petrilli-Catalog_Lexicon-branch
	GlobbingLexicon.py 
Log Message:
Cleaned up the regular expression "generator" to be more particular
about what it does.  It now uses string.translate to remove lots of
characters that shouldn't show up.  In addition, it simply does simple 
built-in string manipulation, rather than iterating throug the entire
pattern.