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.