[Zodb-checkins] SVN: ZODB/trunk/3.11.txt *** empty log message ***
Jim Fulton
jim at zope.com
Tue Nov 8 19:53:55 UTC 2011
Log message for revision 123308:
*** empty log message ***
Changed:
U ZODB/trunk/3.11.txt
-=-
Modified: ZODB/trunk/3.11.txt
===================================================================
--- ZODB/trunk/3.11.txt 2011-11-08 19:51:42 UTC (rev 123307)
+++ ZODB/trunk/3.11.txt 2011-11-08 19:53:55 UTC (rev 123308)
@@ -10,6 +10,11 @@
- invalidation events.
+- Make DBs context manager, so in a simple script, one could do:
+
+ with ZEO.DB(someaddr):
+ do some things in a transaction. Commot and close at the end.
+
- Persistent sets.
- PxBTrees, persistent objects as keys in BTrees.
More information about the Zodb-checkins
mailing list