Commit 12832c5e authored by Jim Fulton's avatar Jim Fulton

python3

parent 3ddd358d
......@@ -160,7 +160,7 @@ db.transaction()
>>> exec(src)
>>> with db.transaction() as connection:
... print connection.root.foo
... print(connection.root.foo)
1
>>> _ = conn.transaction_manager.begin() # get updates on conn
......
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