[ZODB-Dev] db.undoLog() does not work as documented ..

Jim Fulton jim at zope.com
Mon Aug 23 11:29:05 EDT 2010


On Sat, Aug 21, 2010 at 5:39 AM, steve <steve at lonetwin.net> wrote:
> Hi,
>
> I was reading up on the zodb docs, specifically about undoing tansactions[1]
> where it mentions that ...
>
> """
> undoLog(start, end[, func])() method on the DB instance returns the log of past
> transactions, returning transactions between the times start and end, measured
> in seconds from the epoch.
> """

That documentation is incorrect.

See the definition of undoLog in ZODB/interfaces.py

Jim

-- 
Jim Fulton


More information about the ZODB-Dev mailing list