Log message for revision 114498:
  Don't advertise advanced modules anymore.

Changed:
  U   Zope/trunk/src/Products/PageTemplates/help/tales-python.stx

-=-
Modified: Zope/trunk/src/Products/PageTemplates/help/tales-python.stx
===================================================================
--- Zope/trunk/src/Products/PageTemplates/help/tales-python.stx 2010-07-10 
10:52:54 UTC (rev 114497)
+++ Zope/trunk/src/Products/PageTemplates/help/tales-python.stx 2010-07-10 
10:57:47 UTC (rev 114498)
@@ -83,22 +83,6 @@
       'math' -- The standard "Python math
       module":http://www.python.org/doc/current/lib/module-math.html.
 
-      'sequence' -- A module with a powerful sorting function. See
-      "sequence":../../OFSP/Help/sequence.py for more information.
-
-      'Products.PythonScripts.standard' -- Various HTML formatting
-      functions available in DTML. See
-      "Products.PythonScripts.standard":../../PythonScripts/Help/standard.py
-      for more information.
-
-      'ZTUtils' -- Batch processing facilities similar to those
-      offered by 'dtml-in'. See "ZTUtils":ZTUtils.py
-      for more information.
-
-      'AccessControl' -- Security and access checking facilities. See
-      "AccessControl":../../OFSP/Help/AccessControl.py for more
-      information.
-
   Examples
 
     Using a module usage (pick a random choice from a list)::
@@ -125,4 +109,3 @@
       <p tal:content="python:'%0.2f' % size">
         13.56
       </p>
-

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

Reply via email to