[Checkins] SVN: Sandbox/shane/republish/zope.publisher/src/zope/publisher/base.py Clarified comments. Requests don't have a _body attribute, doh!

Shane Hathaway shane at hathawaymix.org
Sun Feb 8 03:10:36 EST 2009


Log message for revision 96232:
  Clarified comments.  Requests don't have a _body attribute, doh!
  

Changed:
  U   Sandbox/shane/republish/zope.publisher/src/zope/publisher/base.py

-=-
Modified: Sandbox/shane/republish/zope.publisher/src/zope/publisher/base.py
===================================================================
--- Sandbox/shane/republish/zope.publisher/src/zope/publisher/base.py	2009-02-08 07:50:47 UTC (rev 96231)
+++ Sandbox/shane/republish/zope.publisher/src/zope/publisher/base.py	2009-02-08 08:10:36 UTC (rev 96232)
@@ -166,11 +166,10 @@
         '_traversed_names',  # The names that have been traversed
         '_last_obj_traversed', # Object that was traversed last
         '_traversal_stack',  # Names to be traversed, in reverse order
-        '_environ',          # The request environment variables
+        '_environ',          # The request environment (CGI. WSGI, or similar)
         '_response',         # The response
         '_args',             # positional arguments
         '_body_instream',    # input stream
-        '_body',             # The request body as a string
         '_publication',      # publication object
         '_principal',        # request principal, set by publication
         'interaction',       # interaction, set by interaction



More information about the Checkins mailing list