SVN: ZODB/trunk/3.11.txt *** empty log message ***

Jim Fulton <[email protected]> Tue, 8 Nov 2011 14:53:55 -0500 (EST)
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20111108195355.4418D941F1__29536.036871332$1320782043$gmane$org@cvs.zope.org>
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.