[Zope3-checkins] CVS: Zope3/src/zope/publisher/interfaces -
__init__.py:1.15
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Feb 16 16:37:20 EST 2004
Update of /cvs-repository/Zope3/src/zope/publisher/interfaces
In directory cvs.zope.org:/tmp/cvs-serv6306/src/zope/publisher/interfaces
Modified Files:
__init__.py
Log Message:
Corrected, typos, whitespaces and added docs.
=== Zope3/src/zope/publisher/interfaces/__init__.py 1.14 => 1.15 ===
--- Zope3/src/zope/publisher/interfaces/__init__.py:1.14 Fri Aug 8 14:07:19 2003
+++ Zope3/src/zope/publisher/interfaces/__init__.py Mon Feb 16 16:37:19 2004
@@ -215,7 +215,6 @@
application-specific tasks, such as connecting to databases,
managing transactions, and setting security contexts to be invoked
during the publishing process.
-
"""
# The order of the hooks mostly corresponds with the order in which
# they are invoked.
@@ -339,10 +338,9 @@
The responsibility of requests is to encapsulate protocol
specific details, especially wrt request inputs.
- Request objects also serve as "context" objectsm providing
+ Request objects also serve as "context" objects, providing
construction of and access to responses and storage of publication
objects.
-
"""
def supportsRetry():
More information about the Zope3-Checkins
mailing list