[Zodb-checkins] CVS: ZODB3/ZEO1 - ClientStorage.py:1.2
Jeremy Hylton
jeremy@zope.com
Wed, 23 Oct 2002 15:06:37 -0400
Update of /cvs-repository/ZODB3/ZEO1
In directory cvs.zope.org:/tmp/cvs-serv356/ZEO1
Modified Files:
ClientStorage.py
Log Message:
Frontport changes made on 3.1 release branch just prior to release.
=== ZODB3/ZEO1/ClientStorage.py 1.1.1.1 => 1.2 ===
--- ZODB3/ZEO1/ClientStorage.py:1.1.1.1 Mon Aug 12 16:39:54 2002
+++ ZODB3/ZEO1/ClientStorage.py Wed Oct 23 15:06:36 2002
@@ -531,7 +531,7 @@
return self._call('undoInfo', first, last, specification)
finally: self._lock_release()
- def undoLog(self, first, last, filter=None):
+ def undoLog(self, first=0, last=-20, filter=None):
if filter is not None: return ()
self._lock_acquire()