[Zope3-checkins] CVS: Zope3/lib/python/Persistence - IPersistent.py:1.7
Steve Alexander
steve@cat-box.net
Fri, 8 Nov 2002 12:30:39 -0500
Update of /cvs-repository/Zope3/lib/python/Persistence
In directory cvs.zope.org:/tmp/cvs-serv20751/lib/python/Persistence
Modified Files:
IPersistent.py
Log Message:
Split off the _p_independent optional method into a new interface.
=== Zope3/lib/python/Persistence/IPersistent.py 1.6 => 1.7 ===
--- Zope3/lib/python/Persistence/IPersistent.py:1.6 Fri Nov 8 07:27:41 2002
+++ Zope3/lib/python/Persistence/IPersistent.py Fri Nov 8 12:30:39 2002
@@ -202,6 +202,7 @@
up-to-date state.
"""
+class IPersistentNoReadConflicts(IPersistent):
def _p_independent():
"""Hook for subclasses to prevent read conflict errors