[Zodb-checkins] SVN: ZODB/branches/3.4/src/persistent/interfaces.py
Commented out mtime
Jim Fulton
jim at zope.com
Sat Apr 23 21:28:57 EDT 2005
Log message for revision 30127:
Commented out mtime
Changed:
U ZODB/branches/3.4/src/persistent/interfaces.py
-=-
Modified: ZODB/branches/3.4/src/persistent/interfaces.py
===================================================================
--- ZODB/branches/3.4/src/persistent/interfaces.py 2005-04-23 18:50:39 UTC (rev 30126)
+++ ZODB/branches/3.4/src/persistent/interfaces.py 2005-04-24 01:28:57 UTC (rev 30127)
@@ -288,10 +288,11 @@
policy of one transaction manager for each thread.
"""
- def mtime(object):
- """Return the modification time of the object.
+# Maybe later:
+## def mtime(object):
+## """Return the modification time of the object.
- The modification time may not be known, in which case None
- is returned. If non-None, the return value is the kind of
- timestamp supplied by Python's time.time().
- """
+## The modification time may not be known, in which case None
+## is returned. If non-None, the return value is the kind of
+## timestamp supplied by Python's time.time().
+## """
More information about the Zodb-checkins
mailing list