[Zope-Checkins] CVS: Zope/lib/python/Products/OFSP/help - Request.py:1.10

Amos Latteier amos@digicool.com
Mon, 25 Feb 2002 12:17:20 -0500


Update of /cvs-repository/Zope/lib/python/Products/OFSP/help
In directory cvs.zope.org:/tmp/cvs-serv19264/lib/python/Products/OFSP/help

Modified Files:
	Request.py 
Log Message:
Added documentation for the request.text() method. Requested by Adreas Jung.


=== Zope/lib/python/Products/OFSP/help/Request.py 1.9 => 1.10 ===
         """
 
+    def text():
+        """
+        Returns information about the request as text. This is useful
+        for debugging purposes. The returned text lists form contents,
+        cookies, special variables, and evironment variables.
 
-
-
+        Permissions -- Always available
+        """