Log message for revision 87859:
  removed TextIndex
  

Changed:
  U   
Zope/z212-deprecation-cleanup/lib/python/Products/PluginIndexes/__init__.py

-=-
Modified: 
Zope/z212-deprecation-cleanup/lib/python/Products/PluginIndexes/__init__.py
===================================================================
--- Zope/z212-deprecation-cleanup/lib/python/Products/PluginIndexes/__init__.py 
2008-06-30 18:00:42 UTC (rev 87858)
+++ Zope/z212-deprecation-cleanup/lib/python/Products/PluginIndexes/__init__.py 
2008-06-30 18:08:03 UTC (rev 87859)
@@ -21,20 +21,8 @@
 import DateIndex.DateIndex
 import DateRangeIndex.DateRangeIndex
 
-# BBB: TextIndex is deprecated but we don't want the warning to appear here
-import warnings
-warnings.filterwarnings('ignore', message='^Using TextIndex', append=1)
-try:
-    import TextIndex.TextIndex
-finally:
-    del warnings.filters[-1]
-    try:
-        del __warningregistry__
-    except NameError:
-        pass
 
-_indexes =  ('TextIndex',
-             'KeywordIndex',
+_indexes =  ('KeywordIndex',
              'FieldIndex',
              'PathIndex',
              'TopicIndex',

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to