[Zope-Checkins] CVS: Zope3/lib/python/Transaction - IDataManager.py:1.1.2.3
Jeremy Hylton
jeremy@zope.com
Mon, 11 Mar 2002 23:34:03 -0500
Update of /cvs-repository/Zope3/lib/python/Transaction
In directory cvs.zope.org:/tmp/cvs-serv18421
Modified Files:
Tag: Zope-3x-branch
IDataManager.py
Log Message:
Add XXX comment.
=== Zope3/lib/python/Transaction/IDataManager.py 1.1.2.2 => 1.1.2.3 ===
##############################################################################
+# XXX It would be helpful if the interface described the order in
+# which various operations occur. For example, it's not obvious that
+# during a subtransaction commit commit() is called before
+# commit_sub().
+
# Hack to overcome absense of Interface package
try:
from Interface import Interface