[ZDP] BackTalk to Document Zope Developer's Guide (2.4 edition)/Object Publishing
webmaster@zope.org
webmaster@zope.org
Fri, 15 Nov 2002 13:47:40 -0500
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZDG/current/ObjectPublishing.stx#2-39
---------------
The 'feedParrot' function can be called from Python, and also from
the web. By including 'REQUEST=None' in the signature you can
differentiate between being called from Python and being called
form the web. When the function is called from Python nothing is
returned, but when it is called from the web the function returns
an HTML confirmation message.
% Anonymous User - Nov. 15, 2002 1:47 pm:
typo: 'called form the web' should read 'called from the web'