Chris Withers wrote at 2006-11-27 16:16 +0000:
> ...
>Moral of the story: if you want sane things to happen, make sure your 
>script returns a string output.

In fact, an empty string would result in the same behaviour.

Thus, the moral should be: make your your script does not return
a Python false value. As returning nothing, means returning "None"
which is a Python false value, this implies, return something.



-- 
Dieter
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to