[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.43
Jeremy Hylton
jeremy at zope.com
Mon Jan 5 16:05:19 EST 2004
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv9458
Modified Files:
NEWS.txt
Log Message:
typo
=== ZODB3/NEWS.txt 1.42 => 1.43 ===
--- ZODB3/NEWS.txt:1.42 Mon Jan 5 16:03:16 2004
+++ ZODB3/NEWS.txt Mon Jan 5 16:05:18 2004
@@ -37,7 +37,7 @@
The ZODB internals changed significantly to accommodate MVCC. There
are relatively few user visible changes, aside from the lack of read
-conflicts. It is possibe to disable the MVCC feature using the mvcc
+conflicts. It is possible to disable the MVCC feature using the mvcc
keyword argument to the DB open() method, ex.: db.open(mvcc=False).
Miscellaneous
More information about the Zodb-checkins
mailing list