[Checkins] SVN: relstorage/trunk/relstorage/storage.py more ZODB 3.7 bits

Shane Hathaway shane at hathawaymix.org
Wed Oct 14 16:35:23 EDT 2009


Log message for revision 105070:
  more ZODB 3.7 bits

Changed:
  U   relstorage/trunk/relstorage/storage.py

-=-
Modified: relstorage/trunk/relstorage/storage.py
===================================================================
--- relstorage/trunk/relstorage/storage.py	2009-10-14 19:23:00 UTC (rev 105069)
+++ relstorage/trunk/relstorage/storage.py	2009-10-14 20:35:22 UTC (rev 105070)
@@ -356,6 +356,14 @@
         # this method is only here for b/w compat with ZODB 3.7
         return {}
 
+    def versionEmpty(self, version):
+        # this method is only here for b/w compat with ZODB 3.7
+        return 1
+
+    def versions(self, max=None):
+        # this method is only here for b/w compat with ZODB 3.7
+        return ()
+
     def _log_keyerror(self, oid_int, reason):
         """Log just before raising POSKeyError in load().
 



More information about the checkins mailing list