Log message for revision 78657:
  getToolByName is not going away

Changed:
  U   CMF/branches/2.1/CMFCore/utils.py

-=-
Modified: CMF/branches/2.1/CMFCore/utils.py
===================================================================
--- CMF/branches/2.1/CMFCore/utils.py   2007-08-07 09:24:27 UTC (rev 78656)
+++ CMF/branches/2.1/CMFCore/utils.py   2007-08-07 09:27:12 UTC (rev 78657)
@@ -74,8 +74,6 @@
 security.declarePrivate('registerToolInterface')
 def registerToolInterface(tool_id, tool_interface):
     """ Register a tool ID for an interface
-
-    This method can go away when getToolByName is going away (CMF 2.3).
     """
     global  _tool_interface_registry
     _tool_interface_registry[tool_id] = tool_interface

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to