[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.5

Guido van Rossum guido@python.org
Wed, 11 Sep 2002 04:18:19 -0400


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv23066

Modified Files:
	NEWS.txt 
Log Message:
Fix plural.  Add question about the incorporation mechanism for ZEO's
CHANGES.txt.


=== ZODB3/NEWS.txt 1.4 => 1.5 ===
--- ZODB3/NEWS.txt:1.4	Wed Sep 11 04:16:09 2002
+++ ZODB3/NEWS.txt	Wed Sep 11 04:18:17 2002
@@ -86,6 +86,7 @@
 ---
 
 XXX Need to incorporate ZEO CHANGES.txt into ZODB3 checkout.
+XXX (By value or by reference?)
 
 Other features
 --------------
@@ -100,7 +101,7 @@
 with a transaction.  The low-level persistence mechanism in
 cPersistence.c registers with the object's jar instead of with the
 current transaction.  The jar (Connection) then registers with the
-transaction.  This redirection would allow specialized Connection's to
+transaction.  This redirection would allow specialized Connections to
 change the default policy on how the transaction manager is selected
 without hacking the Transaction module.