[Zope3-checkins] CVS: Zope3/src/zope/publisher/interfaces -
__init__.py:1.16
Philipp von Weitershausen
philikon at philikon.de
Sat Mar 20 08:38:47 EST 2004
Update of /cvs-repository/Zope3/src/zope/publisher/interfaces
In directory cvs.zope.org:/tmp/cvs-serv719/src/zope/publisher/interfaces
Modified Files:
__init__.py
Log Message:
Have IPublication.afterCall() accept a second argument, the object
that is being published. We need that in order to be able to annotate
transactions with metadata extracted from the object, such as the
location (http://dev.zope.org/Zope3/SimplifyUndoModel).
=== Zope3/src/zope/publisher/interfaces/__init__.py 1.15 => 1.16 ===
--- Zope3/src/zope/publisher/interfaces/__init__.py:1.15 Mon Feb 16 16:37:19 2004
+++ Zope3/src/zope/publisher/interfaces/__init__.py Sat Mar 20 08:38:16 2004
@@ -253,7 +253,7 @@
a method of an adapter.
"""
- def afterCall(request):
+ def afterCall(request, ob):
"""Post-callObject hook (if it was successful).
"""
More information about the Zope3-Checkins
mailing list