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

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


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

Modified Files:
      Tag: Zope-2_5-branch
	Request.py 
Log Message:
Merged request.text() documentation to 2.5 branch.


=== Zope/lib/python/Products/OFSP/help/Request.py 1.9 => 1.9.16.1 ===
         """
 
+    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
+        """