[Zodb-checkins] SVN: ZODB/trunk/3.11.txt *** empty log message ***

Jim Fulton jim at zope.com
Tue Nov 8 19:59:04 UTC 2011


Log message for revision 123309:
  *** 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:53:55 UTC (rev 123308)
+++ ZODB/trunk/3.11.txt	2011-11-08 19:59:04 UTC (rev 123309)
@@ -12,7 +12,7 @@
 
 - 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.



More information about the Zodb-checkins mailing list