[Zope-Checkins] CVS: Zope2 - FileStorage.py:1.37.12.3

Jim Fulton jim@digicool.com
Tue, 27 Jun 2000 12:15:00 -0400


Update of /cvs-repository/Zope2/lib/python/ZODB
In directory korak.digicool.com:/projects/users/jim/Zope-2_2-branch/lib/python/ZODB

Modified Files:
      Tag: Zope-2_2-branch
	FileStorage.py 
Log Message:
Fixed bug in undoLog. The test for skipping records before the first
requested disregarded the filter. That is, the arguments first and
last should be applied *after* filtering.