[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.17.2.14
Jeremy Hylton
jeremy@zope.com
Tue, 10 Dec 2002 11:29:09 -0500
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv3490
Modified Files:
Tag: ZODB3-3_1-branch
NEWS.txt
Log Message:
Clarify.
=== ZODB3/NEWS.txt 1.17.2.13 => 1.17.2.14 ===
--- ZODB3/NEWS.txt:1.17.2.13 Mon Dec 9 18:38:08 2002
+++ ZODB3/NEWS.txt Tue Dec 10 11:29:08 2002
@@ -31,8 +31,8 @@
A bug was fixed in conflict resolution that raised a NameError when a
class involved in a conflict could not be loaded. The bug did not
affect correctness, but prevent ZODB from caching the fact that the
-class was unloadable. A related bug fix prevented spurious
-AttributeErrors when a class could not be loaded.
+class was unloadable. A related bug prevented spurious
+AttributeErrors when a class could not be loaded. It was also fixed.
The script Tools/zeopack.py was fixed to work with ZEO 2. It was
untested and had two silly bugs.