[CMF-checkins] CVS: CMF/CMFCore - utils.py:1.53

Yvo Schubbe y.2004_ at wcm-solutions.de
Sun May 16 11:35:59 EDT 2004


Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv20825/CMFCore

Modified Files:
	utils.py 
Log Message:
- added deprecation note for getActionContext


=== CMF/CMFCore/utils.py 1.52 => 1.53 ===
--- CMF/CMFCore/utils.py:1.52	Wed May  5 10:18:23 2004
+++ CMF/CMFCore/utils.py	Sun May 16 11:35:58 2004
@@ -161,6 +161,9 @@
 
 security.declarePublic( 'getActionContext' )
 def getActionContext( self ):
+    # getActionContext is deprecated and might be removed some day.
+    # This is only used by the deprecated _getViewFor function and the
+    # getActionById method which might also become deprecated.
     data = { 'object_url'   : ''
            , 'folder_url'   : ''
            , 'portal_url'   : ''




More information about the CMF-checkins mailing list