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

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


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

Modified Files:
	NEWS.txt 
Log Message:
Fix grammar.  pymalloc is on by default in Python 2.3.  Add extra
blank line between top-level sections.


=== ZODB3/NEWS.txt 1.5 => 1.6 ===
--- ZODB3/NEWS.txt:1.5	Wed Sep 11 04:18:17 2002
+++ ZODB3/NEWS.txt	Wed Sep 11 04:22:04 2002
@@ -106,11 +106,11 @@
 without hacking the Transaction module.
 
 Empty transactions can be committed without interacting with the
-storage.  It is possible for registration to be occur unintentionally
-and for a persistent object to compensate by making itself as
-unchanged.  When this happens, it's possible to commit a transaction
-with no modified objects.  The change allows such transactions to
-finish even on a read-only storage.
+storage.  It is possible for registration to occur unintentionally and
+for a persistent object to compensate by making itself as unchanged.
+When this happens, it's possible to commit a transaction with no
+modified objects.  The change allows such transactions to finish even
+on a read-only storage.
 
 Other bugs fixed
 ----------------
@@ -123,7 +123,8 @@
 
 All C code has been fixed to use a consistent set of functions from
 the Python memory API.  This allows ZODB to be used in conjunction
-with pymalloc, the default allocator in Python 2.2.
+with pymalloc, the default allocator in Python 2.3.
+
 
 What's new in StandaloneZODB 1.0 final?
 =======================================