[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Advanced Zope Scripting

webmaster@zope.org webmaster@zope.org
Fri, 27 Sep 2002 16:13:38 -0400


A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ScriptingZope.stx#3-98

---------------

      These restricted built-ins work the same as standard Python
      built-ins: *None*, *abs*, *apply*, *callable*, *chr*, *cmp*,
      *complex*, *delattr*, *divmod*, *filter*, *float*, *getattr*,
      *hash*, *hex*, *int*, *isinstance*, *issubclass*, *list*, *len*,
      *long*, *map*, *max*, *min*, *oct*, *ord*, *repr*, *round*,
      *setattr*, *str*, *tuple*.  For more information on what these
      built-ins do, see the online "Python
      Documentation":http://www.python.org/doc/.

        % Anonymous User - Sep. 18, 2002 11:13 am:
         Why can't one use the reduce() command? It's very useful for list processing, and no more insecure than, say,
         map() or filter().

        % Anonymous User - Sep. 27, 2002 4:13 pm:
         reduce:
         http://lists.zope.org/pipermail/zope/2002-September/123864.html blf