[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Variables and Advanced DTML
webmaster@zope.org
webmaster@zope.org
Tue, 24 Sep 2002 16:05:22 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AdvDTML.stx#2-32
---------------
Many of these names come from the Python language, which contains a set
of special functions called 'built-ins'. The Python philosophy is to
have a small, set number of built-in names. The Zope philosphy can be
thought of as having a large, complex array of built-in names.
% Anonymous User - Apr. 17, 2002 3:34 am:
mispelling. should be: philosophy
% Anonymous User - June 27, 2002 7:40 pm:
'_.len(sequence)' instead of 'len(sequence)' -VS
% Anonymous User - Sep. 24, 2002 4:05 pm:
/small, set number/ # typo? do you mean /small, fixed number/?