Commit 370834d8 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent 58fcee7e
......@@ -12,7 +12,7 @@ These aren't promises, but things I'd like to do:
- Make DBs context manager, so in a simple script, one could do:
with ZEO.DB(someaddr):
with ZEO.DB(someaddr) as connection:
do some things in a transaction. Commot and close at the end.
- Persistent sets.
......
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