logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: Products/CMFCore - utils.py:1.59.2.3: msg#00138

Subject: CVS: Products/CMFCore - utils.py:1.59.2.3
Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv22636/CMFCore

Modified Files:
      Tag: CMF-1_5-branch
        utils.py 
Log Message:
- synced deprecation note with HEAD


=== Products/CMFCore/utils.py 1.59.2.2 => 1.59.2.3 ===
--- Products/CMFCore/utils.py:1.59.2.2  Mon Sep  6 03:04:39 2004
+++ Products/CMFCore/utils.py   Wed Sep 15 05:22:40 2004
@@ -160,9 +160,9 @@
 
 security.declarePublic( 'getActionContext' )
 def getActionContext( self ):
-    # getActionContext is deprecated and will be removed in CMF 1.6.
-    # This is only used by the deprecated _getViewFor function and the
-    # deprecated getActionById method.
+    # getActionContext is deprecated and will be removed as soon as the
+    # backwards compatibility code in TypeInformation._guessMethodAliases is
+    # removed.
     data = { 'object_url'   : ''
            , 'folder_url'   : ''
            , 'portal_url'   : ''


<Prev in Thread] Current Thread [Next in Thread>