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

Jim Fulton <[email protected]> Tue, 8 Nov 2011 14:59:04 -0500 (EST)
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20111108195904.DE287941F1__11983.6946287707$1320782354$gmane$org@cvs.zope.org>
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.