[Zope-Checkins] CVS: Zope3/lib/python/Persistence - IPersistent.py:1.1.4.2
Jim Fulton
jim@zope.com
Thu, 22 Nov 2001 19:22:30 -0500
Update of /cvs-repository/Zope3/lib/python/Persistence
In directory cvs.zope.org:/tmp/cvs-serv1900
Modified Files:
Tag: Zope-3x-branch
IPersistent.py
Log Message:
added _p_atime
=== Zope3/lib/python/Persistence/IPersistent.py 1.1.4.1 => 1.1.4.2 ===
""")
+ _p_time=Attribute(
+ """The integer object access time, in seconds, modulus one day
+ """)
+
def __getstate__():
"""Get the object state data.