Commit 51f52425 authored by Jim Fulton's avatar Jim Fulton

Commented out mtime

parent ed5b6b15
...@@ -288,10 +288,11 @@ class IPersistentDataManager(Interface): ...@@ -288,10 +288,11 @@ class IPersistentDataManager(Interface):
policy of one transaction manager for each thread. policy of one transaction manager for each thread.
""" """
def mtime(object): # Maybe later:
"""Return the modification time of the object. ## 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 ## The modification time may not be known, in which case None
timestamp supplied by Python's time.time(). ## is returned. If non-None, the return value is the kind of
""" ## timestamp supplied by Python's time.time().
## """
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment