[Zope3-checkins] CVS: Zope3/src/zope/publisher/interfaces - browser.py:1.3
Viktorija Zaksiene
ryzaja@codeworks.lt
Fri, 11 Apr 2003 06:08:40 -0400
Update of /cvs-repository/Zope3/src/zope/publisher/interfaces
In directory cvs.zope.org:/tmp/cvs-serv2884/interfaces
Modified Files:
browser.py
Log Message:
Removed IBrowserPublication from the list of interfaces implemented by
BrowserRequest. Removed IVirtualHostRequest from IBrowserRequest. Added
test for interface implementation.
=== Zope3/src/zope/publisher/interfaces/browser.py 1.2 => 1.3 ===
--- Zope3/src/zope/publisher/interfaces/browser.py:1.2 Wed Dec 25 09:15:18 2002
+++ Zope3/src/zope/publisher/interfaces/browser.py Fri Apr 11 06:08:09 2003
@@ -124,12 +124,12 @@
hosting context, a ValueError is raised.
"""
- def getEffectiveURL(self):
+ def getEffectiveURL():
"""Return the effective URL.
"""
-class IBrowserRequest(IHTTPRequest, IVirtualHostRequest):
+class IBrowserRequest(IHTTPRequest):
"""Browser-specific Request functionality.
Note that the browser is special in many ways, since it exposes