[Checkins] SVN: Zope/z212-deprecation-cleanup/lib/python/Products/ZCatalog/ZCatalog.py removed deprecated code

Andreas Jung andreas at andreas-jung.com
Mon Jun 30 13:59:44 EDT 2008


Log message for revision 87857:
  removed deprecated code
  

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

-=-
Modified: Zope/z212-deprecation-cleanup/lib/python/Products/ZCatalog/ZCatalog.py
===================================================================
--- Zope/z212-deprecation-cleanup/lib/python/Products/ZCatalog/ZCatalog.py	2008-06-30 17:59:25 UTC (rev 87856)
+++ Zope/z212-deprecation-cleanup/lib/python/Products/ZCatalog/ZCatalog.py	2008-06-30 17:59:44 UTC (rev 87857)
@@ -503,16 +503,6 @@
                 '/manage_catalogIndexes'
                 '?manage_tabs_message=Reindexing%20Performed')
 
-
-    # BBB: will be removed in Zope 2.12 (like TextIndex itself)
-    security.declareProtected(manage_zcatalog_entries, 'availableSplitters')
-    def availableSplitters(self):
-        """ splitter we can add """
-        # This import will trigger a deprecation warning about TextIndex
-        from Products.PluginIndexes.TextIndex import Splitter
-        return Splitter.availableSplitters
-
-
     security.declareProtected(manage_zcatalog_entries, 'catalog_object')
     def catalog_object(self, obj, uid=None, idxs=None, update_metadata=1, pghandler=None):
         """ wrapper around catalog """



More information about the Checkins mailing list