[Zope3-checkins]
SVN: Zope3/branches/stephan_and_jim-response-refactor/src/zope/publisher/interfaces/http.py
Clean up
Jim Fulton
jim at zope.com
Fri Sep 2 21:14:08 EDT 2005
Log message for revision 38284:
Clean up
Changed:
U Zope3/branches/stephan_and_jim-response-refactor/src/zope/publisher/interfaces/http.py
-=-
Modified: Zope3/branches/stephan_and_jim-response-refactor/src/zope/publisher/interfaces/http.py
===================================================================
--- Zope3/branches/stephan_and_jim-response-refactor/src/zope/publisher/interfaces/http.py 2005-09-03 01:14:05 UTC (rev 38283)
+++ Zope3/branches/stephan_and_jim-response-refactor/src/zope/publisher/interfaces/http.py 2005-09-03 01:14:08 UTC (rev 38284)
@@ -298,7 +298,7 @@
correct integer value.
"""
- def getStatusString(self):
+ def getStatusString():
"""Return the status followed by the reason."""
def setHeader(name, value, literal=False):
@@ -367,19 +367,6 @@
yet.
"""
- def setCharset(charset=None):
- """Set the character set into which the response body should be
- encoded. If None is passed in then no encoding will be done to
- the output body.
-
- The default character set is None.
- """
-
- def setCharsetUsingRequest(request):
- """This convinience function determines the character set based on the
- HTTP header information.
- """
-
def setResult(result):
"""Sets the response result value that is adaptable to ``IResult``.
"""
More information about the Zope3-Checkins
mailing list