Commit 379f7e5c authored by Jim Fulton's avatar Jim Fulton

Fixed a failute caused by transaction-package changes.

Weird, I thought I'd tested the transaction changes against ZODB. :/
parent 327d726f
......@@ -187,7 +187,7 @@ So, for example, if we wanted to set a transaction note::
.. -> src
>>> exec(src)
>>> db.history(conn.root()._p_oid)[0]['description']
>>> str(db.history(conn.root()._p_oid)[0]['description'])
'incrementing x again'
Here, we used the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment