[Zodb-checkins] CVS: Zope3/lib/python/Persistence - IPersistent.py:1.1.4.6

Jeremy Hylton jeremy@zope.com
Mon, 11 Feb 2002 19:31:05 -0500


Update of /cvs-repository/Zope3/lib/python/Persistence
In directory cvs.zope.org:/tmp/cvs-serv1529

Modified Files:
      Tag: Zope-3x-branch
	IPersistent.py 
Log Message:
Add two XXX comments to _p_time.

Jim-- can you replace them with more explanation?


=== Zope3/lib/python/Persistence/IPersistent.py 1.1.4.5 => 1.1.4.6 ===
 
     _p_time=Attribute(
-        """The integer object access time, in seconds, modulus one day
+        """The integer object access time, in seconds, modulus one day.
+
+        XXX When does a day start, the current implementation appears
+        to use gmtime, but this hasn't be explicitly specified.
+
+        XXX Why just one day?
         """)
 
     def __getstate__():